Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
orderlymirror
/
Text-to-Video
like
28
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
orderlymirror
commited on
10 days ago
Commit
7bb7ecd
·
verified
·
1 Parent(s):
44463c1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -144,6 +144,4 @@ with gr.Blocks(css="style.css") as demo:
144
queue = False
145
)
146
147
-
demo.queue().launch()
148
-
149
-
Translate
144
queue = False
145
)
146
147
+
demo.queue().launch(
share=True
)