Create requirements.txt
Browse files- requirements.txt +24 -22
requirements.txt
CHANGED
@@ -1,25 +1,27 @@
|
|
1 |
deemix
|
2 |
-
fairseq
|
3 |
-
faiss-cpu
|
4 |
-
ffmpeg-python
|
5 |
-
gradio
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
torch
|
19 |
-
torchcrepe
|
20 |
-
tqdm
|
21 |
-
|
22 |
-
sox==1.4.1
|
23 |
torchfcpe
|
24 |
local_attention
|
25 |
-
|
|
|
|
|
|
|
|
1 |
deemix
|
2 |
+
fairseq
|
3 |
+
faiss-cpu
|
4 |
+
ffmpeg-python
|
5 |
+
gradio
|
6 |
+
librosa
|
7 |
+
numpy
|
8 |
+
audio-separator[gpu]==0.17.5
|
9 |
+
scipy
|
10 |
+
yt-dlp
|
11 |
+
onnxruntime-gpu
|
12 |
+
praat-parselmouth
|
13 |
+
pedalboard
|
14 |
+
pydub
|
15 |
+
pyworld
|
16 |
+
requests
|
17 |
+
soundfile
|
18 |
+
torch
|
19 |
+
torchcrepe
|
20 |
+
tqdm
|
21 |
+
sox
|
|
|
22 |
torchfcpe
|
23 |
local_attention
|
24 |
+
ffmpeg
|
25 |
+
av
|
26 |
+
pyworld
|
27 |
+
torchfcpe
|