Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Lightricks/LTX-Video-Playground
jbilcke-hf
/
ai-tube-model-ltxv-1
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
benibraz
commited on
Nov 21, 2024
Commit
7bb8767
·
1 Parent(s):
f37220b
Update app.py to reduce queue size to 64 and enable sharing 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.queue(max_size=
128
).launch(
show_api
=
False
)
589
concurrency_limit=1,
590
)
591
592
+
iface.queue(max_size=
64
).launch(
share
=
True
)