fickya87 commited on
Commit
33c87d1
·
verified ·
1 Parent(s): 7a40298

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- This is a demo of Gemma 3 12B it, a vision language model with outstanding performance on a wide range of tasks.
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="System Prompt", value="You are a helpful assistant."),
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,