Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,14 @@ FeiFei = (
|
|
9 |
additional_inputs=[
|
10 |
gr.Checkbox(label="Feifei",value=True),
|
11 |
gr.Dropdown(
|
12 |
-
["meta-llama/Llama-3.3-70B-Instruct"
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
show_label=False,
|
15 |
container=False),
|
16 |
gr.Radio(
|
|
|
9 |
additional_inputs=[
|
10 |
gr.Checkbox(label="Feifei",value=True),
|
11 |
gr.Dropdown(
|
12 |
+
["meta-llama/Llama-3.3-70B-Instruct",
|
13 |
+
"CohereForAI/c4ai-command-r-plus-08-2024",
|
14 |
+
"Qwen/Qwen2.5-72B-Instruct",
|
15 |
+
"nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
|
16 |
+
"NousResearch/Hermes-3-Llama-3.1-8B",
|
17 |
+
"mistralai/Mistral-Nemo-Instruct-2411",
|
18 |
+
"microsoft/Phi-3.5-mini-instruct"],
|
19 |
+
value="mistralai/Mistral-Nemo-Instruct-2411",
|
20 |
show_label=False,
|
21 |
container=False),
|
22 |
gr.Radio(
|