Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lightricks
/
LTX-2-3
like
235
Running
on
Zero
App
Files
Files
Community
9
Fetching metadata from the HF Docker repository...
Kuotk2452
commited on
1 day ago
Commit
db6eaa4
·
verified
·
1 Parent(s):
e149580
Update app.py
Browse files
"Fix: update launch settings for HF"
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