Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ inputs = gr.inputs.Image()
|
|
12 |
o1 = gr.outputs.Image()
|
13 |
o2 = gr.outputs.Textbox()
|
14 |
|
15 |
-
title = "CRAFT
|
16 |
description = "OCR of both handwriting and printed text using CRAFT Text detector and TrOCR recognition, detection of lines and extraction of them are happening here because TrOCR pre-trained models are modelled on IAM lines dataset and the same needs to be implemented here."
|
17 |
examples=[['example_1.png'],['example_2.jpg']]
|
18 |
|
|
|
12 |
o1 = gr.outputs.Image()
|
13 |
o2 = gr.outputs.Textbox()
|
14 |
|
15 |
+
title = "CRAFT"
|
16 |
description = "OCR of both handwriting and printed text using CRAFT Text detector and TrOCR recognition, detection of lines and extraction of them are happening here because TrOCR pre-trained models are modelled on IAM lines dataset and the same needs to be implemented here."
|
17 |
examples=[['example_1.png'],['example_2.jpg']]
|
18 |
|