Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
tensorflow
|
2 |
-
pandas
|
3 |
wordcloud
|
4 |
seaborn
|
5 |
-
nltk
|
6 |
keras
|
7 |
-
gradio
|
8 |
numpy==1.21.0
|
9 |
-
scikit-learn==0.24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
wordcloud
|
2 |
seaborn
|
|
|
3 |
keras
|
|
|
4 |
numpy==1.21.0
|
5 |
+
scikit-learn==0.24.0
|
6 |
+
gradio==3.50
|
7 |
+
nltk
|
8 |
+
tensorflow
|
9 |
+
pandas
|
10 |
+
datasets
|
11 |
+
whisper
|
12 |
+
jiwer
|
13 |
+
h5py
|