Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MrDonStuff/dalle-3-xl-api
KeksDev9513
/
dalle-3-xl-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MrDonStuff
commited on
Feb 5, 2024
Commit
3fce668
·
verified
·
1 Parent(s):
27908db
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ def generate():
55
56
57
if __name__ == "__main__":
58
-
app.run(host=0.0.0.0, port=7860)
55
56
57
if __name__ == "__main__":
58
+
app.run(host=
"
0.0.0.0
"
, port=7860)