Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -325,7 +325,7 @@ examples = [
|
|
| 325 |
DESCRIPTION = """\
|
| 326 |
<img src='https://huggingface.co/spaces/huggingface-projects/gemma-3-12b-it/resolve/main/assets/logo.png' id='logo' />
|
| 327 |
<div align='center'>
|
| 328 |
-
This is a demo of Kenanga
|
| 329 |
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.
|
| 330 |
</div>
|
| 331 |
"""
|
|
@@ -341,7 +341,7 @@ demo = gr.ChatInterface(
|
|
| 341 |
gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
|
| 342 |
],
|
| 343 |
stop_btn=False,
|
| 344 |
-
title="
|
| 345 |
description=DESCRIPTION,
|
| 346 |
examples=examples,
|
| 347 |
run_examples_on_click=False,
|
|
|
|
| 325 |
DESCRIPTION = """\
|
| 326 |
<img src='https://huggingface.co/spaces/huggingface-projects/gemma-3-12b-it/resolve/main/assets/logo.png' id='logo' />
|
| 327 |
<div align='center'>
|
| 328 |
+
This is a demo of Kenanga 11B IT, a multimodal Large Vision-Language Model (LVLM) adapted for Sundanese and Javanese support.
|
| 329 |
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.
|
| 330 |
</div>
|
| 331 |
"""
|
|
|
|
| 341 |
gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
|
| 342 |
],
|
| 343 |
stop_btn=False,
|
| 344 |
+
title="🌺 Kenanga 11B IT",
|
| 345 |
description=DESCRIPTION,
|
| 346 |
examples=examples,
|
| 347 |
run_examples_on_click=False,
|