Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GitHubDragonFly
/
AI_Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GitHubDragonFly
commited on
12 days ago
Commit
9fc7d1d
·
verified
·
1 Parent(s):
aac3ac5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -85,4 +85,4 @@ demo = gr.Interface(
85
)
86
87
if __name__ == "__main__":
88
-
demo.queue(
concurrency_count
=2, max_size=5).launch()
85
)
86
87
if __name__ == "__main__":
88
+
demo.queue(
concurrency_limit
=2, max_size=5).launch()