Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PaddlePaddle
/
ERNIE-ViLG
like
527
Runtime error
App
Files
Files
Community
40
increase concurrency count to 500
#6
by
akhaliq
HF staff
- opened
Sep 1, 2022
base:
refs/heads/main
←
from:
refs/pr/6
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -197,4 +197,4 @@ with block:
197
"""
198
)
199
200
-
block.queue(concurrency_count=
100
).launch()
197
"""
198
)
199
200
+
block.queue(concurrency_count=
500
).launch()