Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#6
by
reach-vb
HF staff
- opened
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
|
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,
|