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:
fotographerai
/
ZenCtrl
like
139
Paused
App
Files
Files
Community
9
Fetching metadata from the HF Docker repository...
ultimaxxl
commited on
Mar 28, 2025
Commit
56ced22
·
verified
·
1 Parent(s):
101c7e5
Fix: add concurrency limit to the click event
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -305,6 +305,7 @@ with gr.Blocks(title="🌍 ZenCtrl") as demo:
305
input_image,
306
],
307
outputs=[output_image],
308
)
309
310
305
input_image,
306
],
307
outputs=[output_image],
308
+
concurrency_limit=None
309
)
310
311