Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
Shitao/OmniGen
Cossale
/
OmniGen
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Cossale
commited on
Nov 8, 2024
Commit
06dca03
Β·
verified
Β·
1 Parent(s):
690eecc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -402,5 +402,5 @@ with gr.Blocks() as demo:
402
gr.Markdown(article)
403
404
# launch
405
-
demo.launch()
406
402
gr.Markdown(article)
403
404
# launch
405
+
demo.launch(
server_name="0.0.0.0",server_port=7860
)
406