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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -3,9 +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
 
11
  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()