Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PaddlePaddle
/
ERNIE-ViLG
like
526
Runtime error
App
Files
Files
Community
40
akhaliq
HF staff
commited on
Aug 30, 2022
Commit
cc21413
•
1 Parent(s):
edf9866
allow concurrent requests
Browse files
added a concurrency count to the queue
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -189,4 +189,4 @@ with block:
189
"""
190
)
191
192
-
block.queue(max_size=100).launch()
189
"""
190
)
191
192
+
block.queue(max_size=100
, concurrency_count=3
).launch()