Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
keras==2.8.0
|
2 |
-
Keras-Preprocessing==1.1.2
|
3 |
nltk==3.7
|
4 |
numpy==1.21.3
|
5 |
pandas==1.4.1
|
@@ -10,4 +8,5 @@ scipy==1.8.0
|
|
10 |
streamlit==1.7.0
|
11 |
tensorflow==2.8.0
|
12 |
tensorflow-datasets==4.0.1
|
13 |
-
|
|
|
|
|
|
|
|
1 |
nltk==3.7
|
2 |
numpy==1.21.3
|
3 |
pandas==1.4.1
|
|
|
8 |
streamlit==1.7.0
|
9 |
tensorflow==2.8.0
|
10 |
tensorflow-datasets==4.0.1
|
11 |
+
keras==2.8.0
|
12 |
+
Keras-Preprocessing==1.1.2
|