Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smjain
/
flask
like
0
Runtime error
App
Files
Files
Community
smjain
commited on
Feb 27
Commit
e045ba6
•
1 Parent(s):
23f7f51
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -18,4 +18,5 @@ iface = gr.Interface(
18
19
# Launch the app
20
if __name__ == "__main__":
21
-
iface.
launch
(
share
=
True
)
18
19
# Launch the app
20
if __name__ == "__main__":
21
+
iface.
queue
(
concurrency_count
=
1, max_size=50
)
.launch()
22
+