Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
zcxu-eric/magicanimate
LioAlbert
/
magicanimate
like
0
Runtime error
App
Files
Files
Community
zcxu-eric
commited on
Dec 5, 2023
Commit
cd81f9f
·
1 Parent(s):
7c6241f
set queue max size
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -102,5 +102,5 @@ with gr.Blocks() as demo:
102
outputs=animation
103
)
104
105
-
demo.queue()
106
demo.launch(share=True)
102
outputs=animation
103
)
104
105
+
demo.queue(
max_size=10
)
106
demo.launch(share=True)