Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ examples = [
|
|
204 |
|
205 |
demo = gr.ChatInterface(
|
206 |
fn=model_inference,
|
207 |
-
description="# **Multimodal OCR `@RolmOCR
|
208 |
examples=examples,
|
209 |
textbox=gr.MultimodalTextbox(
|
210 |
label="Query Input",
|
|
|
204 |
|
205 |
demo = gr.ChatInterface(
|
206 |
fn=model_inference,
|
207 |
+
description="# **Multimodal OCR `@RolmOCR and Default Qwen2VL OCR`**",
|
208 |
examples=examples,
|
209 |
textbox=gr.MultimodalTextbox(
|
210 |
label="Query Input",
|