Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ examples = [
|
|
| 143 |
|
| 144 |
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. Tag @aya-vision for Aya Vision 8B"),
|
| 149 |
stop_btn="Stop Generation",
|
|
|
|
| 143 |
|
| 144 |
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. Tag @aya-vision for Aya Vision 8B"),
|
| 149 |
stop_btn="Stop Generation",
|