Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sid22669
/
Weather_Prediction_Naive_Bayes
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sid22669
commited on
Jan 23, 2025
Commit
fd72276
·
verified
·
1 Parent(s):
27bba52
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -36,4 +36,3 @@ def predict():
36
37
if __name__ == '__main__':
38
app.run(host='0.0.0.0', port=5000, debug=False)
39
-
app.run(debug=False)
36
37
if __name__ == '__main__':
38
app.run(host='0.0.0.0', port=5000, debug=False)