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
akhaliq
HF staff
commited on
Sep 1, 2022
Commit
d79b58e
·
1 Parent(s):
b7e52b7
add queue back
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -659,4 +659,4 @@ In "Explore infinity" style mode, how the image looks like is totally up to your
659
</div>
660
''')
661
662
-
block.
launch
(
enable_queue
=
False
)
659
</div>
660
''')
661
662
+
block.
queue
(
concurrency_count
=
50
)
.launch()