Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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()
|