budikomarudin commited on
Commit
5248b09
·
verified ·
1 Parent(s): 2368445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -44,11 +44,9 @@ demo = gr.ChatInterface(
44
  additional_inputs=[
45
  gr.Dropdown(
46
  [
47
- "Qwen/Qwen3-32B",
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",