baconnier commited on
Commit
45d6e06
1 Parent(s): 5075e3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -9
app.py CHANGED
@@ -131,15 +131,13 @@ class GradioInterface:
131
  apply_model = gr.Dropdown(
132
  [
133
  "meta-llama/Meta-Llama-3-70B-Instruct",
134
- "tiiuae/falcon-180B",
135
- "bigscience/bloom",
136
- "EleutherAI/gpt-neox-20b",
137
- "google/flan-t5-xxl",
138
- "facebook/opt-66b",
139
- "Qwen/Qwen-72B",
140
- "mistralai/Mistral-7B-Instruct-v0.1",
141
- "microsoft/phi-2",
142
- "THUDM/chatglm3-6b"
143
  ],
144
  value="meta-llama/Meta-Llama-3-70B-Instruct",
145
  label="Choose Model"
 
131
  apply_model = gr.Dropdown(
132
  [
133
  "meta-llama/Meta-Llama-3-70B-Instruct",
134
+ "arcee-ai/SuperNova-Medius",
135
+ "Qwen/Qwen2.5-7B-Instruct",
136
+ "meta-llama/Meta-Llama-3-8B-Instruct",
137
+ "ministral/Ministral-3b-instruct",
138
+ "Qwen/Qwen2.5-72B-Instruct",
139
+ "microsoft/Phi-3.5-mini-instruct",
140
+ "Qwen/Qwen2.5-0.5B-Instruct"
 
 
141
  ],
142
  value="meta-llama/Meta-Llama-3-70B-Instruct",
143
  label="Choose Model"