Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lightricks
/
LTX-2-3
like
242
Running
on
Zero
App
Files
Files
Community
9
Fetching metadata from the HF Docker repository...
Update app.py
#7
by
Kuotk2452
- opened
2 days ago
base:
refs/heads/main
←
from:
refs/pr/7
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(
server_name
=
"0
.
0
.
0.0"
,
server_port
=
7860
)
312