PyroSama commited on
Commit
3ecea16
1 Parent(s): c339089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ demo_ocr = gr.Interface(
120
  outputs=["text", "file"],
121
  title="DocTR OCR with Grammar and Spell Check",
122
  description="Upload an image to get the OCR results. Optionally, apply grammar and spell check.",
123
- examples=[["Examples/Book.png"], ["Examples/News.png"], ["Examples/Manuscript.jpg"], ["Examples/Files.jpg"]]
124
 
125
  )
126
 
 
120
  outputs=["text", "file"],
121
  title="DocTR OCR with Grammar and Spell Check",
122
  description="Upload an image to get the OCR results. Optionally, apply grammar and spell check.",
123
+ examples=[["Examples/Book.png"], ["Examples/News.png"], ["Examples/Manuscript.jpg"], ["Examples/Files.jpg"],["Examples/Hindi.jpg"],["Examples/Hindi-manu.jpg"]]
124
 
125
  )
126