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