Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
e07254e
1
Parent(s):
f55c2c2
Remove theme from Gradio Blocks for a cleaner interface
Browse files
app.py
CHANGED
@@ -344,7 +344,7 @@ def process_files(image_path, xml_path, model_name):
|
|
344 |
|
345 |
# --- Create Gradio App ---
|
346 |
|
347 |
-
with gr.Blocks(
|
348 |
gr.Markdown("# 🕰️ OCR Time Machine")
|
349 |
gr.Markdown(
|
350 |
"Travel through time to see how OCR technology has evolved! "
|
|
|
344 |
|
345 |
# --- Create Gradio App ---
|
346 |
|
347 |
+
with gr.Blocks() as demo:
|
348 |
gr.Markdown("# 🕰️ OCR Time Machine")
|
349 |
gr.Markdown(
|
350 |
"Travel through time to see how OCR technology has evolved! "
|