Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -288,7 +288,7 @@ demo = gr.ChatInterface(
|
|
288 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}]
|
289 |
],
|
290 |
cache_examples=False,
|
291 |
-
description="# **Imgscope-OCR**",
|
292 |
type="messages",
|
293 |
fill_height=True,
|
294 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
|
|
|
288 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}]
|
289 |
],
|
290 |
cache_examples=False,
|
291 |
+
description="# **Imgscope-OCR-Mini**",
|
292 |
type="messages",
|
293 |
fill_height=True,
|
294 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
|