Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +14 -7
requirements.txt
CHANGED
@@ -1,14 +1,21 @@
|
|
1 |
-
|
|
|
2 |
tensorboardX
|
3 |
-
einops
|
4 |
-
local-attention
|
5 |
-
pedalboard==0.7.7
|
6 |
fairseq==0.12.2
|
7 |
faiss-cpu==1.7.3
|
|
|
|
|
8 |
ffmpeg-python>=0.2.0
|
9 |
praat-parselmouth>=0.4.2
|
10 |
pyworld==0.3.4
|
11 |
-
torchcrepe==0.0.
|
|
|
|
|
12 |
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Main libraries
|
2 |
+
requests
|
3 |
tensorboardX
|
|
|
|
|
|
|
4 |
fairseq==0.12.2
|
5 |
faiss-cpu==1.7.3
|
6 |
+
|
7 |
+
# Audio libraries
|
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==4.29.0
|
21 |
+
mega.py
|