Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
scipy
|
3 |
+
librosa
|
4 |
+
numba
|
5 |
+
pyworld
|
6 |
+
soundfile>=0.12.1
|
7 |
+
praat-parselmouth>=0.4.2
|
8 |
+
torchcrepe
|
9 |
+
onnxruntime
|
10 |
+
faiss-cpu
|
11 |
+
demucs
|
12 |
+
edge-tts
|
13 |
+
yt_dlp
|
14 |
+
httpx
|
15 |
+
tensorboard
|
16 |
+
tensorboardX
|
17 |
+
omegaconf==2.0.6
|
18 |
+
hydra-core==1.0.7
|
19 |
+
cython
|
20 |
+
git+https://github.com/pytorch/fairseq.git
|