Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -18
requirements.txt
CHANGED
@@ -1,25 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
numba
|
5 |
-
|
6 |
-
scipy==1.9.3
|
7 |
-
librosa==0.9.1
|
8 |
-
fairseq==0.12.2
|
9 |
-
faiss-cpu==1.7.3
|
10 |
-
gradio==3.40.1
|
11 |
-
pyworld==0.3.2
|
12 |
soundfile>=0.12.1
|
13 |
praat-parselmouth>=0.4.2
|
14 |
-
httpx==0.23.0
|
15 |
-
tensorboard
|
16 |
-
tensorboardX
|
17 |
torchcrepe
|
18 |
onnxruntime
|
19 |
-
|
|
|
|
|
20 |
demucs
|
21 |
edge-tts
|
22 |
yt_dlp
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
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 |
+
gradio>=4.0.0
|
11 |
+
fairseq
|
12 |
+
faiss-cpu
|
13 |
demucs
|
14 |
edge-tts
|
15 |
yt_dlp
|
16 |
+
httpx
|
17 |
+
tensorboard
|
18 |
+
tensorboardX
|