elevow commited on
Commit
57d00a1
·
verified ·
1 Parent(s): 2c11630

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,7 +60,8 @@ examples = [
60
 
61
  with gr.Blocks(css=".output_image, .input_image {height: 40rem; width: 100%;}") as demo:
62
 
63
- gr.Markdown("# **EasyOCR**")
 
64
  gr.Markdown("Upload an image and select languages to extract text.")
65
 
66
  with gr.Row():
 
60
 
61
  with gr.Blocks(css=".output_image, .input_image {height: 40rem; width: 100%;}") as demo:
62
 
63
+ gr.Markdown("# **Aligned AI OCR**")
64
+
65
  gr.Markdown("Upload an image and select languages to extract text.")
66
 
67
  with gr.Row():