Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -18
requirements.txt
CHANGED
@@ -1,20 +1,11 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
opencv-python
|
4 |
-
librosa
|
5 |
-
optimum
|
6 |
-
auto-gptq
|
7 |
-
SpeechRecognition
|
8 |
-
tensorflow
|
9 |
-
scikit-learn
|
10 |
-
nltk
|
11 |
-
pydub
|
12 |
ffmpeg-python
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
20 |
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
ffmpeg-python
|
2 |
+
gradio==4.39.0
|
3 |
+
numpy==1.24.3
|
4 |
+
opencv-python-headless
|
5 |
+
librosa==0.10.2.post1
|
6 |
+
moviepy==1.0.3
|
7 |
+
speechrecognition==3.10.4
|
8 |
+
tensorflow==2.17.0
|
9 |
+
scikit-learn==1.2.2
|
10 |
+
nltk==3.8.1
|
11 |
huggingface_hub==0.25.2
|