reach-vb HF staff commited on
Commit
d5dc722
·
verified ·
1 Parent(s): d443633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ demo = gr.ChatInterface(
261
  gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
262
  ],
263
  stop_btn=False,
264
- title="Gemma 3 12B it",
265
  description="<img src='https://huggingface.co/spaces/huggingface-projects/gemma-3-12b-it/resolve/main/assets/logo.png' id='logo' /><br>This is a demo of Gemma 3 12B it, a vision language model with outstanding performance on a wide range of tasks. You can upload images, interleaved images and videos. Note that video input only supports single-turn conversation and mp4 input.",
266
  examples=examples,
267
  run_examples_on_click=False,
 
261
  gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
262
  ],
263
  stop_btn=False,
264
+ title="Gemma 3 12B IT",
265
  description="<img src='https://huggingface.co/spaces/huggingface-projects/gemma-3-12b-it/resolve/main/assets/logo.png' id='logo' /><br>This is a demo of Gemma 3 12B it, a vision language model with outstanding performance on a wide range of tasks. You can upload images, interleaved images and videos. Note that video input only supports single-turn conversation and mp4 input.",
266
  examples=examples,
267
  run_examples_on_click=False,