Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Commit
•
81aac09
1
Parent(s):
61e176c
Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,8 @@ with gr.Blocks(css=css) as demo:
|
|
223 |
"NousResearch/Hermes-3-Llama-3.1-8B",
|
224 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
225 |
"microsoft/Phi-3.5-mini-instruct"],
|
226 |
-
value="meta-llama/Meta-Llama-3.1-70B-Instruct"
|
|
|
227 |
)]
|
228 |
)
|
229 |
gr.on(
|
|
|
223 |
"NousResearch/Hermes-3-Llama-3.1-8B",
|
224 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
225 |
"microsoft/Phi-3.5-mini-instruct"],
|
226 |
+
value="meta-llama/Meta-Llama-3.1-70B-Instruct",
|
227 |
+
show_label=False,
|
228 |
)]
|
229 |
)
|
230 |
gr.on(
|