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
add queue back
#3
by
akhaliq
HF staff
- opened
Aug 30, 2022
base:
refs/heads/main
←
from:
refs/pr/3
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -189,4 +189,4 @@ with block:
189
"""
190
)
191
192
-
block.
launch
(
enable_queue
=
False
)
189
"""
190
)
191
192
+
block.
queue
(
concunrrency_count
=
100
)
.launch()