Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smyu
/
custom-tr-ocr
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
smyu
commited on
Aug 11, 2023
Commit
5bf66a4
·
1 Parent(s):
e91213f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ iface = gr.Interface(
55
live=True
56
# examples=examples
57
)
58
-
iface.launch(debug=True)
55
live=True
56
# examples=examples
57
)
58
+
iface.launch(debug=True
, enable_queue=True
)