tomofi commited on
Commit
e6515ee
1 Parent(s): 501981e

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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_ocr"
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 TrOCR"
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