Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pragnakalp/OCR-image-to-text
hoangkha1810
/
OCR-image-to-text-Cybersoft
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hoangkha1810
commited on
Jun 16
Commit
fadc162
·
verified
·
1 Parent(s):
f7b982e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -121,4 +121,4 @@ demo = gr.Interface(
121
122
)
123
# demo.launch(enable_queue = False)
124
-
demo.launch()
121
122
)
123
# demo.launch(enable_queue = False)
124
+
demo.launch(
show_error=True
)