Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ def create_model_dropdown():
|
|
| 95 |
"openchat/openchat-7b:free", "meta-llama/llama-3.2-90b-vision-instruct:free", "meta-llama/llama-3.2-11b-vision-instruct:free",
|
| 96 |
"meta-llama/llama-3-8b-instruct:free", "meta-llama/llama-3.2-3b-instruct:free", "microsoft/phi-3-medium-128k-instruct:free",
|
| 97 |
"microsoft/phi-3-mini-128k-instruct:free", "huggingfaceh4/zephyr-7b-beta:free"],
|
| 98 |
-
value="
|
| 99 |
)
|
| 100 |
|
| 101 |
def create_approach_dropdown():
|
|
|
|
| 95 |
"openchat/openchat-7b:free", "meta-llama/llama-3.2-90b-vision-instruct:free", "meta-llama/llama-3.2-11b-vision-instruct:free",
|
| 96 |
"meta-llama/llama-3-8b-instruct:free", "meta-llama/llama-3.2-3b-instruct:free", "microsoft/phi-3-medium-128k-instruct:free",
|
| 97 |
"microsoft/phi-3-mini-128k-instruct:free", "huggingfaceh4/zephyr-7b-beta:free"],
|
| 98 |
+
value="meta-llama/llama-3.2-1b-instruct:free", label="Model"
|
| 99 |
)
|
| 100 |
|
| 101 |
def create_approach_dropdown():
|