Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lightricks
/
LTX-2-3
like
233
Running
on
Zero
App
Files
Files
Community
9
Fetching metadata from the HF Docker repository...
Update app.py
#9
by
dyl2tuff
- opened
about 15 hours ago
base:
refs/heads/main
←
from:
refs/pr/9
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -308,5 +308,5 @@ css = """
308
"""
309
310
if __name__ == "__main__":
311
-
demo.launch(theme=gr.themes.Citrus(), css=css)
312
308
"""
309
310
if __name__ == "__main__":
311
+
demo.launch(theme=gr.themes.Citrus(), css=css
, share=True
)
312