Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,8 @@ def main():
|
|
56 |
model_names = [
|
57 |
"meta-llama/Llama-3.3-70B-Instruct",
|
58 |
"meta-llama/Llama-3.1-405B-Instruct",
|
59 |
-
"
|
60 |
-
"
|
61 |
"EleutherAI/gpt-neox-20b"
|
62 |
|
63 |
]
|
|
|
56 |
model_names = [
|
57 |
"meta-llama/Llama-3.3-70B-Instruct",
|
58 |
"meta-llama/Llama-3.1-405B-Instruct",
|
59 |
+
"Qwen/QVQ-72B-Preview",
|
60 |
+
"deepseek-ai/DeepSeek-V3",
|
61 |
"EleutherAI/gpt-neox-20b"
|
62 |
|
63 |
]
|