Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Lightricks/LTX-Video-Playground
learningloop
/
LTX-Video-Playground
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
benibraz
commited on
Nov 21, 2024
Commit
148b539
·
1 Parent(s):
be22e58
Update app.py to enable queuing with a maximum size and hide API in launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -589,4 +589,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
589
concurrency_limit=1,
590
)
591
592
-
iface.launch(
share
=
True
)
589
concurrency_limit=1,
590
)
591
592
+
iface.
queue(max_size=128).
launch(
show_api
=
False
)