Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
pickle
|
2 |
-
nltk
|
3 |
-
sklearn
|
4 |
-
gradio
|
5 |
-
string
|
|
|
1 |
pickle
|
2 |
+
nltk==3.8.1
|
3 |
+
sklearn==1.3.0
|
4 |
+
gradio== 3.44.4
|
5 |
+
string
|