PyroSama commited on
Commit
9495044
1 Parent(s): 157e912

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -7
app.py CHANGED
@@ -141,13 +141,16 @@ demo_ocr = gr.Interface(
141
  title="OCR with Grammar and Spell Check",
142
  description="Upload an image to get the OCR results. Optionally, apply grammar and spell check.",
143
  examples=[
144
- ["Examples/Book.png",False, False, "English"],
145
- ["Examples/News.png",False, False, "English"],
146
- ["Examples/Manuscript.jpg",False, False, "English"],
147
- ["Examples/Files.jpg",False, False, "English"],
148
- ["Examples/Hindi.jpg",False, False, "Hindi"],
149
- ["Examples/Hindi-manu.jpg",False, False, "Hindi"],
150
- ["Examples/Punjabi_machine.png",False, False, "Punjabi"]],
 
 
 
151
  cache_examples=False
152
  )
153
 
 
141
  title="OCR with Grammar and Spell Check",
142
  description="Upload an image to get the OCR results. Optionally, apply grammar and spell check.",
143
  examples=[
144
+ ["Examples/12.jpg",False,False, "Punjabi"],
145
+ ["Examples/26.jpg",False,False, "Punjabi"],
146
+ ["Examples/36.jpg",False,False, "Punjabi"]],
147
+ # ["Examples/Book.png",False, False, "English"],
148
+ # ["Examples/News.png",False, False, "English"],
149
+ # ["Examples/Manuscript.jpg",False, False, "English"],
150
+ # ["Examples/Files.jpg",False, False, "English"],
151
+ # ["Examples/Hindi.jpg",False, False, "Hindi"],
152
+ # ["Examples/Hindi-manu.jpg",False, False, "Hindi"],
153
+ # ["Examples/Punjabi_machine.png",False, False, "Punjabi"]],
154
  cache_examples=False
155
  )
156