Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fotographerai
/
ZenCtrl
like
139
Running
on
Zero
App
Files
Files
Community
9
Fetching metadata from the HF Docker repository...
ultimaxxl
commited on
Mar 28
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