Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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/
|
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)
|