Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
zai-org
/
GLM-4.5-Space
like
109
Running
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
Add concurrency_limit
#1
by
multimodalart
HF Staff
- opened
Jul 28, 2025
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-0
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -223,4 +223,5 @@ with demo:
223
)
224
225
if __name__ == "__main__":
226
demo.launch()
223
)
224
225
if __name__ == "__main__":
226
+
demo.queue(max_size=None, default_concurrency_limit=None)
227
demo.launch()