Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pragnakalp/OCR-image-to-text
vrkforever
/
OCR-image-to-text
like
0
Sleeping
App
Files
Files
Community
pragnakalp
commited on
Apr 18, 2024
Commit
6748a47
·
verified
·
1 Parent(s):
96bd532
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-3
app.py
CHANGED
Viewed
@@ -116,6 +116,5 @@ demo = gr.Interface(
116
117
118
)
119
-
#
demo.launch(enable_queue = False)
120
-
121
-
demo.launch()
116
117
118
)
119
+
demo.launch(enable_queue = False)
120
+
# demo.launch()