richardkimsm89 commited on
Commit
dfd5a9c
·
verified ·
1 Parent(s): 5f7190e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ from huggingface_hub import InferenceClient
3
 
4
  # Inference
5
 
6
- #model_text = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
7
- model_text = "meta-llama/Llama-3.3-70B-Instruct"
8
  #model_text = "meta-llama/Llama-3.2-3B-Instruct"
9
  model_vision = "meta-llama/Llama-3.2-11B-Vision-Instruct"
10
 
 
3
 
4
  # Inference
5
 
6
+ model_text = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
7
+ #model_text = "meta-llama/Llama-3.3-70B-Instruct"
8
  #model_text = "meta-llama/Llama-3.2-3B-Instruct"
9
  model_vision = "meta-llama/Llama-3.2-11B-Vision-Instruct"
10