Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -187,14 +187,11 @@ with demo:
|
|
187 |
# Sample list of popular text models
|
188 |
models_list = [
|
189 |
"meta-llama/Llama-3.3-70B-Instruct",
|
190 |
-
"
|
191 |
-
"
|
192 |
-
"
|
193 |
"tiiuae/falcon-7b-instruct",
|
194 |
-
"
|
195 |
-
"OpenAI/gpt-4-32k",
|
196 |
-
"meta-llama/Llama-2-13B-chat-hf",
|
197 |
-
"meta-llama/Llama-2-70B-chat-hf",
|
198 |
]
|
199 |
|
200 |
featured_model_radio = gr.Radio(
|
|
|
187 |
# Sample list of popular text models
|
188 |
models_list = [
|
189 |
"meta-llama/Llama-3.3-70B-Instruct",
|
190 |
+
"meta-llama/Llama-3.1-8B-Instruct",
|
191 |
+
"microsoft/Phi-3.5-mini-instruct",
|
192 |
+
"mistralai/Mistral-7B-Instruct-v0.3",
|
193 |
"tiiuae/falcon-7b-instruct",
|
194 |
+
"Qwen/Qwen2.5-72B-Instruct",
|
|
|
|
|
|
|
195 |
]
|
196 |
|
197 |
featured_model_radio = gr.Radio(
|