Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
-
# Replace with the exact version you used
|
2 |
numpy
|
3 |
pandas
|
|
|
4 |
scikit-learn
|
|
|
5 |
nltk
|
6 |
gensim
|
7 |
-
matplotlib
|
8 |
-
seaborn
|
9 |
gradio
|
10 |
-
|
11 |
-
keras
|
12 |
-
|
13 |
-
|
14 |
-
gradio
|
|
|
|
|
1 |
numpy
|
2 |
pandas
|
3 |
+
tensorflow
|
4 |
scikit-learn
|
5 |
+
matplotlib
|
6 |
nltk
|
7 |
gensim
|
|
|
|
|
8 |
gradio
|
9 |
+
wordcloud
|
|
|
|
|
|
|
|