Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -214,8 +214,8 @@ css = """
|
|
214 |
"""
|
215 |
|
216 |
# Create the Gradio Interface
|
217 |
-
with gr.Blocks(css=css
|
218 |
-
gr.Markdown("# **
|
219 |
with gr.Row():
|
220 |
with gr.Column():
|
221 |
with gr.Tabs():
|
|
|
214 |
"""
|
215 |
|
216 |
# Create the Gradio Interface
|
217 |
+
with gr.Blocks(css=css) as demo:
|
218 |
+
gr.Markdown("# **Multimodal OCR**")
|
219 |
with gr.Row():
|
220 |
with gr.Column():
|
221 |
with gr.Tabs():
|