Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
327 |
-
You can upload images, interleaved images and videos.
|
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="
|
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,
|