Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rajkhanke
/
Water_footprint_calculator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rajkhanke
commited on
May 26
Commit
6ce1456
·
verified
·
1 Parent(s):
af999d9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -228,4 +228,4 @@ def health_check():
228
229
230
if __name__ == '__main__':
231
-
app.run(debug=True, host='0.0.0.0', port=
5000
)
228
229
230
if __name__ == '__main__':
231
+
app.run(debug=True, host='0.0.0.0', port=
7860
)