AndyC commited on
Commit
7d5f6e0
·
1 Parent(s): 993e246

added description for models

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -313,7 +313,8 @@ demo = gr.ChatInterface(
313
  gr.Dropdown(
314
  label="Model",
315
  choices=["Gemma 3 12B", "Gemma 3n E4B"],
316
- value="Gemma 3 12B"
 
317
  ),
318
  gr.Slider(
319
  label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700
 
313
  gr.Dropdown(
314
  label="Model",
315
  choices=["Gemma 3 12B", "Gemma 3n E4B"],
316
+ value="Gemma 3 12B",
317
+ info="Gemma 3 12B: More powerful and detailed responses, but slower processing. Gemma 3n E4B: Faster processing with efficient performance for most tasks."
318
  ),
319
  gr.Slider(
320
  label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700