prithivMLmods commited on
Commit
23b93a5
·
verified ·
1 Parent(s): 769b96b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),