prithivMLmods commited on
Commit
8b08643
·
verified ·
1 Parent(s): 65b85ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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...")