Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,11 +44,9 @@ demo = gr.ChatInterface(
|
|
44 |
additional_inputs=[
|
45 |
gr.Dropdown(
|
46 |
[
|
47 |
-
"
|
48 |
"Qwen/Qwen2.5-72B-Instruct",
|
49 |
"deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
|
50 |
-
"meta-llama/Llama-3.3-70B-Instruct",
|
51 |
-
"mistralai/Magistral-Small-2506",
|
52 |
"unsloth/DeepSeek-R1-Distill-Llama-70B",
|
53 |
"unsloth/Qwen2.5-72B-Instruct",
|
54 |
"unsloth/Llama-3.3-70B-Instruct",
|
|
|
44 |
additional_inputs=[
|
45 |
gr.Dropdown(
|
46 |
[
|
47 |
+
"mistralai/Magistral-Small-2506",
|
48 |
"Qwen/Qwen2.5-72B-Instruct",
|
49 |
"deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
|
|
|
|
|
50 |
"unsloth/DeepSeek-R1-Distill-Llama-70B",
|
51 |
"unsloth/Qwen2.5-72B-Instruct",
|
52 |
"unsloth/Llama-3.3-70B-Instruct",
|