Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YUFI-API
/
ServerImgsGens
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rooni
commited on
Nov 16, 2024
Commit
18777c0
·
verified
·
1 Parent(s):
269934a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,4 +75,4 @@ def health_check():
75
return "OK", 200
76
77
if __name__ == '__main__':
78
-
app.run(host='0.0.0.0', port=
5000
)
75
return "OK", 200
76
77
if __name__ == '__main__':
78
+
app.run(host='0.0.0.0', port=
7860, debug=True
)