Spaces:
Runtime error
Runtime error
phamngoctukts
commited on
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
SpeechRecognition
|
2 |
-
gTTS
|
3 |
-
numpy
|
4 |
-
pydub
|
5 |
-
librosa
|
6 |
-
onnxruntime
|
7 |
huggingface_hub
|
8 |
accelerate
|
9 |
groq
|
10 |
openai
|
11 |
websocket-client
|
12 |
-
ffmpeg-python
|
|
|
|
1 |
+
SpeechRecognition==3.11.0
|
2 |
+
gTTS==2.5.4
|
3 |
+
numpy==2.0.2
|
4 |
+
pydub==0.25.1
|
5 |
+
librosa==0.10.2.post1
|
6 |
+
onnxruntime==1.20.1
|
7 |
huggingface_hub
|
8 |
accelerate
|
9 |
groq
|
10 |
openai
|
11 |
websocket-client
|
12 |
+
ffmpeg-python==0.2.0
|
13 |
+
ffmpeg==1.4
|