baconnier commited on
Commit
4825825
1 Parent(s): 11b7127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -131,11 +131,12 @@ class GradioInterface:
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
  ],
 
131
  apply_model = gr.Dropdown(
132
  [
133
  "meta-llama/Meta-Llama-3-70B-Instruct",
134
+ "meta-llama/Llama-3.1-8B-Instruct",
135
+ "meta-llama/Llama-2-7b-chat-hf",
136
+ "Qwen/Qwen2.5-1.5B-Instruct",
137
+ "NousResearch/Hermes-3-Llama-3.1-8B",
138
  "Qwen/Qwen2.5-72B-Instruct",
139
+ "HuggingFaceH4/zephyr-7b-alpha",
140
  "microsoft/Phi-3.5-mini-instruct",
141
  "Qwen/Qwen2.5-0.5B-Instruct"
142
  ],