Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -246,7 +246,7 @@ image_examples = [
|
|
| 246 |
|
| 247 |
# Create the Gradio Interface
|
| 248 |
with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
| 249 |
-
gr.Markdown("# **Multimodal OCR**", elem_id="main-title")
|
| 250 |
with gr.Row():
|
| 251 |
with gr.Column(scale=2):
|
| 252 |
image_query = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
|
|
|
|
| 246 |
|
| 247 |
# Create the Gradio Interface
|
| 248 |
with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
| 249 |
+
gr.Markdown("# **Multimodal [OCR](https://huggingface.co/collections/prithivMLmods/multimodal-implementations)**", elem_id="main-title")
|
| 250 |
with gr.Row():
|
| 251 |
with gr.Column(scale=2):
|
| 252 |
image_query = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
|