richardkimsm89 commited on
Commit
a3d76e0
·
verified ·
1 Parent(s): 8ae4bcc

Update app.py

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