fix models
Browse files
app.py
CHANGED
@@ -236,13 +236,10 @@ def add_user_message(user_input, history):
|
|
236 |
|
237 |
# Curated models
|
238 |
model_choices = [
|
239 |
-
"meta-llama/Llama-3.2-3B-Instruct",
|
240 |
"meta-llama/Llama-3.2-3B-Instruct",
|
241 |
"deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
|
242 |
"google/gemma-7b",
|
243 |
"mistralai/Mistral-Small-3.1-24B-Instruct-2503"
|
244 |
-
"google/gemma-7b",
|
245 |
-
"mistralai/Mistral-Small-3.1-24B-Instruct-2503"
|
246 |
]
|
247 |
|
248 |
with gr.Blocks() as demo:
|
|
|
236 |
|
237 |
# Curated models
|
238 |
model_choices = [
|
|
|
239 |
"meta-llama/Llama-3.2-3B-Instruct",
|
240 |
"deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
|
241 |
"google/gemma-7b",
|
242 |
"mistralai/Mistral-Small-3.1-24B-Instruct-2503"
|
|
|
|
|
243 |
]
|
244 |
|
245 |
with gr.Blocks() as demo:
|