prithivMLmods commited on
Commit
df3fc87
·
verified ·
1 Parent(s): cb60349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -234,7 +234,7 @@ css = """
234
 
235
  # Create the Gradio Interface
236
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
237
- gr.Markdown("# **Multimodal OCR Comparator**")
238
  with gr.Row():
239
  with gr.Column():
240
  with gr.Tabs():
@@ -276,7 +276,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
276
  value="Camel-Doc-OCR-062825"
277
  )
278
 
279
- gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Doc-VLMs-v2-Localization/discussions)")
280
 
281
  if __name__ == "__main__":
282
  demo.queue(max_size=30).launch(share=True, mcp_server=True, ssr_mode=False, show_error=True)
 
234
 
235
  # Create the Gradio Interface
236
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
237
+ gr.Markdown("# **[Multimodal OCR Comparator](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**")
238
  with gr.Row():
239
  with gr.Column():
240
  with gr.Tabs():
 
276
  value="Camel-Doc-OCR-062825"
277
  )
278
 
279
+ gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Multimodal-OCR-Comparator/discussions)")
280
 
281
  if __name__ == "__main__":
282
  demo.queue(max_size=30).launch(share=True, mcp_server=True, ssr_mode=False, show_error=True)