Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
1 |
+
gradio==4.44.1
|
2 |
+
joblib
|
3 |
+
numpy
|
4 |
+
fpdf
|
5 |
+
deep-translator
|
6 |
+
scikit-learn
|
7 |
+
xgboost
|