Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -11
requirements.txt
CHANGED
@@ -1,31 +1,23 @@
|
|
1 |
ffmpeg-python
|
2 |
-
Flask
|
3 |
-
Flask_Cors
|
4 |
gradio==4.21.0
|
5 |
numpy
|
6 |
-
playsound
|
7 |
pydub
|
8 |
requests
|
9 |
scipy
|
10 |
sounddevice
|
11 |
SoundFile
|
12 |
-
|
13 |
-
|
14 |
-
torchaudio
|
15 |
tqdm
|
16 |
scikit-maad
|
17 |
praat-parselmouth
|
18 |
-
onnx
|
19 |
-
onnxsim
|
20 |
-
onnxoptimizer
|
21 |
fairseq
|
22 |
librosa
|
23 |
edge-tts
|
24 |
pyworld
|
25 |
-
tensorboard
|
26 |
-
tensorboardX
|
27 |
transformers
|
28 |
pyyaml
|
29 |
pynvml
|
30 |
ffmpeg
|
31 |
torchcrepe
|
|
|
|
1 |
ffmpeg-python
|
|
|
|
|
2 |
gradio==4.21.0
|
3 |
numpy
|
|
|
4 |
pydub
|
5 |
requests
|
6 |
scipy
|
7 |
sounddevice
|
8 |
SoundFile
|
9 |
+
torch==2.2.1
|
10 |
+
torchaudio==2.2.1
|
|
|
11 |
tqdm
|
12 |
scikit-maad
|
13 |
praat-parselmouth
|
|
|
|
|
|
|
14 |
fairseq
|
15 |
librosa
|
16 |
edge-tts
|
17 |
pyworld
|
|
|
|
|
18 |
transformers
|
19 |
pyyaml
|
20 |
pynvml
|
21 |
ffmpeg
|
22 |
torchcrepe
|
23 |
+
faiss-cpu
|