Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,14 +14,13 @@ FeiFei = (
|
|
14 |
"Qwen/Qwen2.5-72B-Instruct",
|
15 |
"nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
|
16 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
17 |
-
"mistralai/Mistral-Nemo-Instruct-2411",
|
18 |
"deepseek-ai/DeepSeek-R1-Distill-Qwen-32B"
|
19 |
],
|
20 |
value="meta-llama/Llama-3.3-70B-Instruct",
|
21 |
show_label=False,
|
22 |
container=False),
|
23 |
gr.Radio(
|
24 |
-
["
|
25 |
value="Vsiion",
|
26 |
show_label=False,
|
27 |
container=False)
|
|
|
14 |
"Qwen/Qwen2.5-72B-Instruct",
|
15 |
"nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
|
16 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
|
|
17 |
"deepseek-ai/DeepSeek-R1-Distill-Qwen-32B"
|
18 |
],
|
19 |
value="meta-llama/Llama-3.3-70B-Instruct",
|
20 |
show_label=False,
|
21 |
container=False),
|
22 |
gr.Radio(
|
23 |
+
["Vsiion"],
|
24 |
value="Vsiion",
|
25 |
show_label=False,
|
26 |
container=False)
|