Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -131,11 +131,12 @@ class GradioInterface:
|
|
131 |
apply_model = gr.Dropdown(
|
132 |
[
|
133 |
"meta-llama/Meta-Llama-3-70B-Instruct",
|
134 |
-
"
|
135 |
-
"
|
136 |
-
"
|
137 |
-
"
|
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 |
],
|