davanstrien HF Staff commited on
Commit
e07254e
·
1 Parent(s): f55c2c2

Remove theme from Gradio Blocks for a cleaner interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(theme=gr.themes.Soft()) as demo:
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! "