Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ demo = gr.ChatInterface(
|
|
145 |
fn=model_inference,
|
146 |
description="# **Multimodal OCR `@aya-vision 'prompt..'`**",
|
147 |
examples=examples,
|
148 |
-
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="By default, it runs Qwen2VL
|
149 |
stop_btn="Stop Generation",
|
150 |
multimodal=True,
|
151 |
cache_examples=False,
|
|
|
145 |
fn=model_inference,
|
146 |
description="# **Multimodal OCR `@aya-vision 'prompt..'`**",
|
147 |
examples=examples,
|
148 |
+
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="By default, it runs Qwen2VL OCR, Tag @aya-vision for Aya Vision 8B"),
|
149 |
stop_btn="Stop Generation",
|
150 |
multimodal=True,
|
151 |
cache_examples=False,
|