Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Teapack1
/
IoT-Flask-Webserver
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Teapack1
commited on
Dec 31, 2023
Commit
5d3f7e4
·
1 Parent(s):
7faa724
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,4 +75,4 @@ def receive_data():
75
76
77
if __name__ == '__main__':
78
-
app.run(host=
'localhost'
, port=
5000, debug=True
)
75
76
77
if __name__ == '__main__':
78
+
app.run(host=
"0.0.0.0"
, port=
7860
)