Spaces:
Sleeping
Sleeping
aarishshahmohsin
commited on
Commit
·
d7be41a
1
Parent(s):
9eeb282
cpu warning
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def highlight_search(text, query):
|
|
62 |
|
63 |
with gr.Blocks() as ocr_interface:
|
64 |
gr.Markdown("# OCR Application (IIT Roorkee Assignment)")
|
65 |
-
gr.Markdown("Upload an image for OCR processing. This uses Surya OCR (for Hindi) and GOT-OCR (for English). The results from both models will be concatenated.")
|
66 |
|
67 |
with gr.Row():
|
68 |
with gr.Column():
|
|
|
62 |
|
63 |
with gr.Blocks() as ocr_interface:
|
64 |
gr.Markdown("# OCR Application (IIT Roorkee Assignment)")
|
65 |
+
gr.Markdown("Upload an image for OCR processing. This uses Surya OCR (for Hindi) and GOT-OCR (for English). The results from both models will be concatenated. (Takes 2-3 minutes for inference due to running on CPU)")
|
66 |
|
67 |
with gr.Row():
|
68 |
with gr.Column():
|