Update app.py
Browse files
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("# **
|
|
|
|
| 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():
|