Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
|
4 |
-
librosa
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
1 |
+
gradio==3.30.0
|
2 |
+
numpy==1.24.2
|
3 |
+
opencv-python==4.8.0.74
|
4 |
+
librosa==0.10.0
|
5 |
+
tensorflow==2.11.0
|
6 |
+
nltk==3.8.1
|
7 |
+
scikit-learn==1.1.2
|
8 |
+
pydub==0.25.1
|
9 |
+
transformers==4.30.0
|
10 |
+
torch==2.1.0
|
11 |
+
pillow==9.4.0
|
12 |
+
SpeechRecognition==3.10.0
|
13 |
+
scipy==1.10.1
|