Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -313,7 +313,7 @@ demo = gr.ChatInterface(
|
|
| 313 |
label="Query Input",
|
| 314 |
file_types=["image", "video"],
|
| 315 |
file_count="multiple",
|
| 316 |
-
placeholder="
|
| 317 |
),
|
| 318 |
stop_btn="Stop Generation",
|
| 319 |
multimodal=True,
|
|
|
|
| 313 |
label="Query Input",
|
| 314 |
file_types=["image", "video"],
|
| 315 |
file_count="multiple",
|
| 316 |
+
placeholder="Use tag @RolmOCR @aya-vision for Image, @video-infer for video, or leave blank for default Qwen2VL OCR"
|
| 317 |
),
|
| 318 |
stop_btn="Stop Generation",
|
| 319 |
multimodal=True,
|