baconnier commited on
Commit
2f17ed4
1 Parent(s): d7bcf16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -130,15 +130,14 @@ class GradioInterface:
130
  with gr.Row():
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
  ],
143
  value="meta-llama/Meta-Llama-3-70B-Instruct",
144
  label="Choose the Model to apply to the prompts (the one you will used)"
 
130
  with gr.Row():
131
  apply_model = gr.Dropdown(
132
  [
133
+ "Qwen/Qwen2.5-72B-Instruct",
134
  "meta-llama/Meta-Llama-3-70B-Instruct",
135
  "meta-llama/Llama-3.1-8B-Instruct",
 
 
136
  "NousResearch/Hermes-3-Llama-3.1-8B",
 
137
  "HuggingFaceH4/zephyr-7b-alpha",
138
+ "meta-llama/Llama-2-7b-chat-hf",
139
+ "microsoft/Phi-3.5-mini-instruct"
140
+ "Qwen/Qwen2.5-1.5B-Instruct"
141
  ],
142
  value="meta-llama/Meta-Llama-3-70B-Instruct",
143
  label="Choose the Model to apply to the prompts (the one you will used)"