Spaces:
Running
Running
aifeifei798
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -16,12 +16,12 @@ FeiFei = (
|
|
16 |
"NousResearch/Hermes-3-Llama-3.1-8B",
|
17 |
"mistralai/Mistral-Nemo-Instruct-2411",
|
18 |
"microsoft/phi-4"],
|
19 |
-
value="
|
20 |
show_label=False,
|
21 |
container=False),
|
22 |
gr.Radio(
|
23 |
["pixtral","Vsiion"],
|
24 |
-
value="
|
25 |
show_label=False,
|
26 |
container=False)
|
27 |
],
|
|
|
16 |
"NousResearch/Hermes-3-Llama-3.1-8B",
|
17 |
"mistralai/Mistral-Nemo-Instruct-2411",
|
18 |
"microsoft/phi-4"],
|
19 |
+
value="mistralai/Mistral-Nemo-Instruct-2411",
|
20 |
show_label=False,
|
21 |
container=False),
|
22 |
gr.Radio(
|
23 |
["pixtral","Vsiion"],
|
24 |
+
value="pixtral",
|
25 |
show_label=False,
|
26 |
container=False)
|
27 |
],
|