Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rajkhanke008
/
Irrirgation_Pump_Status
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rajkhanke008
commited on
Jan 9
Commit
13bf6a2
·
verified
·
1 Parent(s):
012b9ed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -199,4 +199,4 @@ def update_pump_status():
199
200
201
if __name__ == '__main__':
202
-
app.run(debug=True)
199
200
201
if __name__ == '__main__':
202
+
app.run(debug=True
,port=5700,host='0.0.0.0'
)