Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|