NHLOCAL commited on
Commit
e105785
1 Parent(s): 092c4e6
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ def index():
30
 
31
 
32
  if __name__ == '__main__':
33
- app.run(debug=True)
 
30
 
31
 
32
  if __name__ == '__main__':
33
+ app.run(debug=True, host='0.0.0.0')
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  Flask==3.0.1
2
  nltk==3.8.1
3
  joblib==1.3.2
4
- scikit-learn==1.4.1.post1
 
1
  Flask==3.0.1
2
  nltk==3.8.1
3
  joblib==1.3.2
4
+ scikit-learn==1.3.0