Spaces:
Sleeping
Sleeping
Ayushnangia
commited on
Commit
•
aabcd56
1
Parent(s):
3b3c017
updated examples
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"],["Examples/Hindi.jpg"],["Examples/Hindi-manu.jpg"]]
|
124 |
|
125 |
)
|
126 |
|
@@ -187,7 +187,7 @@ with gr.Blocks() as demo_t2tt:
|
|
187 |
examples=[
|
188 |
[
|
189 |
None,
|
190 |
-
"The
|
191 |
"English",
|
192 |
"Punjabi",
|
193 |
],
|
|
|
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"],["Examples/Punjabi_machine.png"]]
|
124 |
|
125 |
)
|
126 |
|
|
|
187 |
examples=[
|
188 |
[
|
189 |
None,
|
190 |
+
"The annual harvest festival of Baisakhi in Punjab showcases the region's agricultural prosperity and cultural vibrancy. This joyful occasion brings together people of all ages to celebrate with traditional music, dance, and feasts, reflecting the enduring spirit and community bond of Punjab's people",
|
191 |
"English",
|
192 |
"Punjabi",
|
193 |
],
|