sussahoo commited on
Commit
edbee95
·
1 Parent(s): a55334d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,9 +19,9 @@ def process_image(image):
19
 
20
  return generated_text
21
 
22
- title = "Interactive demo: TrOCR"
23
  description = "Demo for tesseract ocr"
24
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.10282'>TrOCR: Transformer-based Optical Character Recognition with Pre-trained Models</a> | <a href='https://github.com/microsoft/unilm/tree/master/trocr'>Github Repo</a></p>"
25
  examples =[["image_0.png"]]
26
 
27
  iface = gr.Interface(fn=process_image,
 
19
 
20
  return generated_text
21
 
22
+ title = "Interactive demo: Tesseract OCR"
23
  description = "Demo for tesseract ocr"
24
+ article = "<p style='text-align: center'></p>"
25
  examples =[["image_0.png"]]
26
 
27
  iface = gr.Interface(fn=process_image,