rmdhirr commited on
Commit
fda6d82
·
verified ·
1 Parent(s): 37e3d1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -323,8 +323,8 @@ examples = [
323
 
324
  DESCRIPTION = """\
325
  <img src='https://huggingface.co/spaces/huggingface-projects/gemma-3-12b-it/resolve/main/assets/logo.png' id='logo' />
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(
@@ -338,7 +338,7 @@ demo = gr.ChatInterface(
338
  gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
339
  ],
340
  stop_btn=False,
341
- title="Gemma 3 12B IT",
342
  description=DESCRIPTION,
343
  examples=examples,
344
  run_examples_on_click=False,
 
323
 
324
  DESCRIPTION = """\
325
  <img src='https://huggingface.co/spaces/huggingface-projects/gemma-3-12b-it/resolve/main/assets/logo.png' id='logo' />
326
+ This is a demo of Kenanga 12B IT DPO, a multimodal Large Vision-Language Model (LVLM) adapted for Sundanese and Javanese support.
327
+ You can upload images, as well as interleaved images and videos. Video input is limited to single-turn conversations and must be in MP4 format.
328
  """
329
 
330
  demo = gr.ChatInterface(
 
338
  gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
339
  ],
340
  stop_btn=False,
341
+ title="🪻 Kenanga 12B IT DPO",
342
  description=DESCRIPTION,
343
  examples=examples,
344
  run_examples_on_click=False,