Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
stzhao/LeX-Lumina
stzhao
/
LeX-FLUX
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
stzhao
commited on
Mar 26
Commit
1ab33aa
·
verified
·
1 Parent(s):
f13e461
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -172,4 +172,4 @@ with gr.Blocks() as demo:
172
)
173
174
if __name__ == "__main__":
175
-
demo.launch(
server_name
=
"0.0.0.0"
)
172
)
173
174
if __name__ == "__main__":
175
+
demo.launch(
debug
=
True
)