Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pragnakalp/OCR-image-to-text
pragnakalp
/
OCR-image-to-text-ZeroGPU
like
18
Running
App
Files
Files
Community
pragnakalp
commited on
Apr 18
Commit
e44ba7c
•
1 Parent(s):
6748a47
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -116,5 +116,5 @@ demo = gr.Interface(
116
117
118
)
119
-
demo.launch(enable_queue = False)
120
-
#
demo.launch()
116
117
118
)
119
+
#
demo.launch(enable_queue = False)
120
+
demo.launch()