Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +19 -32
requirements.txt
CHANGED
@@ -1,36 +1,23 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
scipy==1.9.3
|
4 |
-
librosa==0.9.2
|
5 |
-
llvmlite==0.39.0
|
6 |
fairseq==0.12.2
|
7 |
-
faiss-cpu==1.7.
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
future>=0.18.3
|
12 |
-
pydub>=0.25.1
|
13 |
-
soundfile>=0.12.1
|
14 |
ffmpeg-python>=0.2.0
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
praat-parselmouth>=0.4.3
|
23 |
-
Pillow
|
24 |
-
pyworld
|
25 |
-
resampy
|
26 |
-
scikit-learn
|
27 |
-
starlette
|
28 |
-
tensorboard
|
29 |
einops
|
30 |
local-attention
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
1 |
+
requests
|
2 |
+
tensorboardX
|
|
|
|
|
|
|
3 |
fairseq==0.12.2
|
4 |
+
faiss-cpu==1.7.3
|
5 |
+
|
6 |
+
# Audio libraries
|
7 |
+
numpy==1.23.5
|
|
|
|
|
|
|
8 |
ffmpeg-python>=0.2.0
|
9 |
+
praat-parselmouth>=0.4.2
|
10 |
+
pyworld==0.3.4
|
11 |
+
torchcrepe==0.0.23
|
12 |
+
pedalboard
|
13 |
+
edge-tts
|
14 |
+
|
15 |
+
# Optimization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
einops
|
17 |
local-attention
|
18 |
+
|
19 |
+
# Interfaces and cloud services
|
20 |
+
gradio
|
21 |
+
mega.py
|
22 |
+
wget
|
23 |
+
gdown
|