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](https://huggingface.co/prithivMLmods/Qwen2-VL-OCR-2B-Instruct)**",
|
154 |
examples=examples,
|
155 |
textbox=gr.MultimodalTextbox(
|
156 |
label="Query Input",
|