Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
CrazyEric/GenAI-image
Codejoy
/
GenAI-image
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CrazyEric
commited on
Feb 6, 2024
Commit
ba9a093
·
verified
·
1 Parent(s):
00325e0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -305,4 +305,4 @@ with gr.Blocks(css="style.css") as demo:
305
)
306
307
if __name__ == "__main__":
308
-
demo.queue(max_size=30).launch()
305
)
306
307
if __name__ == "__main__":
308
+
demo.queue(
concurrency_count=2,
max_size=30).launch()