Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zai-org
/
GLM-4.5-Space
like
37
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Add concurrency_limit
#1
by
multimodalart
HF Staff
- opened
about 17 hours ago
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()