Coots commited on
Commit
64910e5
·
verified ·
1 Parent(s): 016d2d9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio==4.44.1
2
- joblib
3
- numpy
4
- scikit-learn
5
- deep-translator
6
- xgboost
 
 
1
+ flask==2.3.3
2
+ gunicorn==21.2.0
3
+ numpy==1.26.4
4
+ scikit-learn==1.3.2
5
+ xgboost==2.0.3
6
+ joblib==1.3.2
7
+ deep-translator==1.11.4