Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ examples = [
|
|
235 |
|
236 |
demo = gr.ChatInterface(
|
237 |
fn=model_inference,
|
238 |
-
description="# **Multimodal OCR
|
239 |
examples=examples,
|
240 |
textbox=gr.MultimodalTextbox(
|
241 |
label="Query Input",
|
|
|
235 |
|
236 |
demo = gr.ChatInterface(
|
237 |
fn=model_inference,
|
238 |
+
description="# **Multimodal OCR `@aya-vision for image, @video-infer for video`**",
|
239 |
examples=examples,
|
240 |
textbox=gr.MultimodalTextbox(
|
241 |
label="Query Input",
|