Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
tensorflow
|
3 |
-
scikit-learn
|
4 |
-
nltk
|
5 |
numpy
|
|
|
1 |
+
gradio
|
2 |
+
tensorflow
|
3 |
+
scikit-learn
|
4 |
+
nltk==3.7
|
5 |
numpy
|