Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ def create_model_dropdown():
|
|
| 101 |
"openchat/openchat-7b:free", "meta-llama/llama-3.2-90b-vision-instruct:free", "meta-llama/llama-3.2-11b-vision-instruct:free",
|
| 102 |
"meta-llama/llama-3-8b-instruct:free", "meta-llama/llama-3.2-3b-instruct:free", "microsoft/phi-3-medium-128k-instruct:free",
|
| 103 |
"microsoft/phi-3-mini-128k-instruct:free", "huggingfaceh4/zephyr-7b-beta:free"],
|
| 104 |
-
value="
|
| 105 |
)
|
| 106 |
|
| 107 |
def create_approach_dropdown():
|
|
|
|
| 101 |
"openchat/openchat-7b:free", "meta-llama/llama-3.2-90b-vision-instruct:free", "meta-llama/llama-3.2-11b-vision-instruct:free",
|
| 102 |
"meta-llama/llama-3-8b-instruct:free", "meta-llama/llama-3.2-3b-instruct:free", "microsoft/phi-3-medium-128k-instruct:free",
|
| 103 |
"microsoft/phi-3-mini-128k-instruct:free", "huggingfaceh4/zephyr-7b-beta:free"],
|
| 104 |
+
value="meta-llama/llama-3.1-8b-instruct:free", label="Model"
|
| 105 |
)
|
| 106 |
|
| 107 |
def create_approach_dropdown():
|