Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.42.0
|
| 2 |
+
numpy==1.24.3
|
| 3 |
+
pandas
|
| 4 |
+
joblib
|
| 5 |
+
nltk
|
| 6 |
+
scikit-learn==1.2.2
|