prithivMLmods commited on
Commit
1d094fb
·
verified ·
1 Parent(s): e96ef70

Update app.py

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