Sage commited on
Commit
37806f5
1 Parent(s): 4027f51
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,7 +217,7 @@ def save_json(text, filename):
217
  json.dump(text, outfile, ensure_ascii=False)
218
  return filename
219
 
220
- with gr.Blocks(title="Axon OCR", css=".markdown {text-align: center;}", theme='freddyaboulton/dracula_revamped') as app:
221
  gr.Markdown("""# Axon OCR
222
  Attach Images or Files below and convert them to Text.""", elem_classes="markdown")
223
  with gr.Tab("Scan Image"):
 
217
  json.dump(text, outfile, ensure_ascii=False)
218
  return filename
219
 
220
+ with gr.Blocks(title="Axon OCR", css=".markdown {text-align: center;}") as app:
221
  gr.Markdown("""# Axon OCR
222
  Attach Images or Files below and convert them to Text.""", elem_classes="markdown")
223
  with gr.Tab("Scan Image"):