Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -11
requirements.txt
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
opencv-python
|
4 |
-
librosa
|
5 |
-
|
6 |
-
tensorflow
|
7 |
-
scikit-learn
|
8 |
-
nltk
|
9 |
-
pydub
|
10 |
-
ffmpeg-python
|
11 |
-
|
|
|
|
|
|
1 |
+
gradio==3.16.2
|
2 |
+
numpy==1.23.5
|
3 |
+
opencv-python==4.7.0.72
|
4 |
+
librosa==0.10.0
|
5 |
+
SpeechRecognition==3.8.1
|
6 |
+
tensorflow==2.12.0
|
7 |
+
scikit-learn==1.0.2
|
8 |
+
nltk==3.7
|
9 |
+
pydub==0.25.1
|
10 |
+
ffmpeg-python==0.2.0
|
11 |
+
transformers==4.29.1
|
12 |
+
torch==2.1.0
|
13 |
+
pillow==9.4.0
|