Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,8 @@ models = {
|
|
35 |
"Qwen/Qwen2.5-72B-Instruct",
|
36 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
37 |
"tiiuae/falcon-7b-instruct",
|
38 |
-
"nvidia/Llama-3.1-Nemotron-70B-Instruct-HF"
|
|
|
39 |
]
|
40 |
}
|
41 |
|
|
|
35 |
"Qwen/Qwen2.5-72B-Instruct",
|
36 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
37 |
"tiiuae/falcon-7b-instruct",
|
38 |
+
"nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
|
39 |
+
"google/gemma-3-4b-it"
|
40 |
]
|
41 |
}
|
42 |
|