Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ examples = [
|
|
146 |
|
147 |
demo = gr.ChatInterface(
|
148 |
fn=model_inference,
|
149 |
-
description="# **Multimodal OCR
|
150 |
examples=examples,
|
151 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
|
152 |
stop_btn="Stop Generation",
|
|
|
146 |
|
147 |
demo = gr.ChatInterface(
|
148 |
fn=model_inference,
|
149 |
+
description="# **Multimodal OCR** `@aya-vision 'prompt..'`",
|
150 |
examples=examples,
|
151 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
|
152 |
stop_btn="Stop Generation",
|