Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -323,8 +323,7 @@ examples = [
|
|
323 |
DESCRIPTION = """\
|
324 |
<img src='https://huggingface.co/spaces/huggingface-projects/gemma-3-12b-it/resolve/main/assets/logo.png' id='logo' />
|
325 |
|
326 |
-
|
327 |
-
You can upload images, interleaved images and videos. Note that video input only supports single-turn conversation and mp4 input.
|
328 |
"""
|
329 |
|
330 |
demo = gr.ChatInterface(
|
@@ -334,7 +333,7 @@ demo = gr.ChatInterface(
|
|
334 |
textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple", autofocus=True),
|
335 |
multimodal=True,
|
336 |
additional_inputs=[
|
337 |
-
gr.Textbox(label="
|
338 |
gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
|
339 |
],
|
340 |
stop_btn=False,
|
|
|
323 |
DESCRIPTION = """\
|
324 |
<img src='https://huggingface.co/spaces/huggingface-projects/gemma-3-12b-it/resolve/main/assets/logo.png' id='logo' />
|
325 |
|
326 |
+
Demo Gemma 3 12B it untuk Constraining
|
|
|
327 |
"""
|
328 |
|
329 |
demo = gr.ChatInterface(
|
|
|
333 |
textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple", autofocus=True),
|
334 |
multimodal=True,
|
335 |
additional_inputs=[
|
336 |
+
gr.Textbox(label="Constraining Prompt", value="Kamu adalah ahli Bahasa Sunda."),
|
337 |
gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
|
338 |
],
|
339 |
stop_btn=False,
|