Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Lightricks/ltx-video-distilled
Serefor
/
ltx-video-distilled
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Serefor
commited on
16 days ago
Commit
4d44a5d
·
verified
·
1 Parent(s):
d30cec2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -688,4 +688,4 @@ with gr.Blocks(css=css) as demo:
688
689
# Lanzar interfaz
690
if __name__ == "__main__":
691
-
demo.queue(
concurrency_count=1
).launch()
688
689
# Lanzar interfaz
690
if __name__ == "__main__":
691
+
demo.queue().launch()