Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YUFI-API
/
Dalle3
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rooni
commited on
Jan 21, 2024
Commit
1bc64c9
·
verified
·
1 Parent(s):
c4ea16f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ def generate_image():
23
return image_url
24
25
if __name__ == '__main__':
26
-
app.run()
23
return image_url
24
25
if __name__ == '__main__':
26
+
app.run(
host='0.0.0.0', port=80
)