Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -308,7 +308,7 @@ css = """
|
|
| 308 |
|
| 309 |
# Create the Gradio Interface
|
| 310 |
with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
| 311 |
-
gr.Markdown("# **core OCR**", elem_id="main-title")
|
| 312 |
with gr.Row():
|
| 313 |
with gr.Column(scale=2):
|
| 314 |
with gr.Tabs():
|
|
|
|
| 308 |
|
| 309 |
# Create the Gradio Interface
|
| 310 |
with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
| 311 |
+
gr.Markdown("# **core [OCR](https://huggingface.co/collections/prithivMLmods/multimodal-implementations)**", elem_id="main-title")
|
| 312 |
with gr.Row():
|
| 313 |
with gr.Column(scale=2):
|
| 314 |
with gr.Tabs():
|