Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -14
requirements.txt
CHANGED
@@ -1,14 +1,11 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
opencv-python
|
4 |
-
librosa
|
5 |
-
|
6 |
-
|
7 |
-
scikit-learn
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
SpeechRecognition==3.10.0
|
13 |
-
scipy==1.10.1
|
14 |
-
sentencepiece==0.1.99
|
|
|
1 |
+
gradio
|
2 |
+
numpy
|
3 |
+
opencv-python
|
4 |
+
librosa
|
5 |
+
speechrecognition
|
6 |
+
tensorflow
|
7 |
+
scikit-learn
|
8 |
+
nltk
|
9 |
+
pydub
|
10 |
+
ffmpeg-python
|
11 |
+
pickle-mixin
|
|
|
|
|
|