Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -11
requirements.txt
CHANGED
@@ -1,13 +1,5 @@
|
|
1 |
gradio==3.38.0
|
2 |
-
|
3 |
-
numpy
|
4 |
-
torch
|
5 |
-
pydub
|
6 |
-
onnxruntime
|
7 |
-
sentencepiece
|
8 |
-
huggingface-hub
|
9 |
-
soxr
|
10 |
-
gTTS==2.3.2
|
11 |
speechrecognition==3.8.1
|
12 |
-
|
13 |
-
|
|
|
1 |
gradio==3.38.0
|
2 |
+
gtts==2.2.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
speechrecognition==3.8.1
|
4 |
+
numpy==1.24.2
|
5 |
+
pydub==0.25.1
|