Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -276,7 +276,7 @@ image_examples = [
|
|
| 276 |
]
|
| 277 |
|
| 278 |
with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
| 279 |
-
gr.Markdown("# **Multimodal OCR2**", elem_id="main-title")
|
| 280 |
with gr.Row():
|
| 281 |
with gr.Column(scale=2):
|
| 282 |
image_query = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
|
|
|
|
| 276 |
]
|
| 277 |
|
| 278 |
with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
| 279 |
+
gr.Markdown("# **Multimodal [OCR2](https://huggingface.co/collections/prithivMLmods/multimodal-implementations)**", elem_id="main-title")
|
| 280 |
with gr.Row():
|
| 281 |
with gr.Column(scale=2):
|
| 282 |
image_query = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
|