Aluode commited on
Commit
01dc2f4
·
verified ·
1 Parent(s): e33299e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -292,11 +292,11 @@ Grounded in auditory neuroscience (Norman-Haignere 2025, Vollan 2025). Zero embe
292
 
293
  model_dropdown = gr.Dropdown(
294
  choices=[
295
- "mistralai/Mistral-7B-Instruct-v0.3",
296
  "HuggingFaceH4/zephyr-7b-beta",
297
- "microsoft/Phi-3-mini-4k-instruct",
298
- "google/gemma-2-2b-it",
299
- "Qwen/Qwen2.5-7B-Instruct",
300
  ],
301
  value=DEFAULT_MODEL,
302
  label="LLM model",
 
292
 
293
  model_dropdown = gr.Dropdown(
294
  choices=[
295
+ "Qwen/Qwen2.5-72B-Instruct",
296
  "HuggingFaceH4/zephyr-7b-beta",
297
+ "microsoft/Phi-3.5-mini-instruct",
298
+ "mistralai/Mistral-Nemo-Instruct-2407",
299
+ "meta-llama/Llama-3.2-3B-Instruct",
300
  ],
301
  value=DEFAULT_MODEL,
302
  label="LLM model",