Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DiffusionGPT
/
DiffusionGPT-XL
like
15
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
DiffusionGPT
commited on
Jan 7, 2024
Commit
7cc0580
·
1 Parent(s):
ce562e0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -697,4 +697,4 @@ if __name__ == '__main__':
697
run_on_click=True
698
)
699
700
-
demo.launch(
server_name="0.0.0.0", server_port=7862
)
697
run_on_click=True
698
)
699
700
+
demo.launch()