Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ examples = [
|
|
150 |
|
151 |
demo = gr.ChatInterface(
|
152 |
fn=model_inference,
|
153 |
-
description="# **Multimodal OCR
|
154 |
examples=examples,
|
155 |
textbox=gr.MultimodalTextbox(
|
156 |
label="Query Input",
|
|
|
150 |
|
151 |
demo = gr.ChatInterface(
|
152 |
fn=model_inference,
|
153 |
+
description="# **Multimodal OCR `@RolmOCR and Default Qwen2VL OCR`**",
|
154 |
examples=examples,
|
155 |
textbox=gr.MultimodalTextbox(
|
156 |
label="Query Input",
|