Spaces:
Runtime error
Runtime error
Commit
·
ab256fe
1
Parent(s):
0844354
reordered req
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
git+https://github.com/Edresson/Coqui-TTS@multilingual-torchaudio-SE
|
2 |
-
torchaudio==0.9.0
|
3 |
-
pydub
|
4 |
-
ffmpeg-normalize==1.21.0
|
5 |
numpy
|
6 |
scipy
|
7 |
torch
|
@@ -9,3 +5,7 @@ transformers
|
|
9 |
librosa==0.8.1
|
10 |
webrtcvad==2.0.10
|
11 |
gradio==3.22.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
numpy
|
2 |
scipy
|
3 |
torch
|
|
|
5 |
librosa==0.8.1
|
6 |
webrtcvad==2.0.10
|
7 |
gradio==3.22.1
|
8 |
+
git+https://github.com/Edresson/Coqui-TTS@multilingual-torchaudio-SE
|
9 |
+
torchaudio==0.9.0
|
10 |
+
pydub
|
11 |
+
ffmpeg-normalize==1.21.0
|