Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
)