Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
WillemVH
/
ConnectionRob2Server
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
WillemVH
commited on
Nov 6, 2025
Commit
326c62d
·
verified
·
1 Parent(s):
7cca08b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ def get_input():
32
return ESP_IP
33
34
if __name__ == '__main__':
35
-
app.run(debug=
True
)
32
return ESP_IP
33
34
if __name__ == '__main__':
35
+
app.run(
host='0.0.0.0', port=5000,
debug=
False
)