Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/flask
NYULeafeon
/
Leafeon-Google-Tasks-Flask-App
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aagoluoglu
commited on
May 8, 2024
Commit
5a1241b
·
verified
·
1 Parent(s):
a9072aa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,7 +53,7 @@ def callback():
53
54
55
if __name__ == "__main__":
56
-
app.run(host="0.0.0.0", port=
5000
)
57
58
59
53
54
55
if __name__ == "__main__":
56
+
app.run(host="0.0.0.0", port=
7860, debug=True
)
57
58
59