Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -326,7 +326,7 @@ demo = gr.ChatInterface(
|
|
326 |
],
|
327 |
cache_examples=False,
|
328 |
type="messages",
|
329 |
-
description="# **Gemma 3 Multimodal \n`Use @qwen2-vl to switch to Qwen2-VL OCR for image inference and @video-infer for video input
|
330 |
fill_height=True,
|
331 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder="Tag with @qwen2-vl for Qwen2-VL inference if needed."),
|
332 |
stop_btn="Stop Generation",
|
|
|
326 |
],
|
327 |
cache_examples=False,
|
328 |
type="messages",
|
329 |
+
description="# **Gemma 3 Multimodal** \n`Use @qwen2-vl to switch to Qwen2-VL OCR for image inference and @video-infer for video input`",
|
330 |
fill_height=True,
|
331 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder="Tag with @qwen2-vl for Qwen2-VL inference if needed."),
|
332 |
stop_btn="Stop Generation",
|