Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -500,9 +500,9 @@ demo = gr.ChatInterface(
|
|
| 500 |
],
|
| 501 |
cache_examples=False,
|
| 502 |
type="messages",
|
| 503 |
-
description="# **Gemma 3 `@gemma3-4b, @video-infer for video understanding
|
| 504 |
fill_height=True,
|
| 505 |
-
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder="
|
| 506 |
stop_btn="Stop Generation",
|
| 507 |
multimodal=True,
|
| 508 |
)
|
|
|
|
| 500 |
],
|
| 501 |
cache_examples=False,
|
| 502 |
type="messages",
|
| 503 |
+
description="# **Gemma 3 `@gemma3-4b, @video-infer for video understanding`**",
|
| 504 |
fill_height=True,
|
| 505 |
+
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder="@gemma3-4b for multimodal, @video-infer for video, @lightningv5, @lightningv4, @turbov3 for image gen !"),
|
| 506 |
stop_btn="Stop Generation",
|
| 507 |
multimodal=True,
|
| 508 |
)
|