Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +21 -10
requirements.txt
CHANGED
@@ -1,22 +1,33 @@
|
|
|
|
|
|
|
|
1 |
wheel
|
2 |
setuptools
|
|
|
|
|
3 |
ffmpeg
|
4 |
-
torch
|
5 |
-
numba==0.56.4
|
6 |
-
numpy==1.23.5
|
7 |
-
scipy==1.9.3
|
8 |
librosa==0.9.1
|
9 |
-
|
|
|
10 |
faiss-cpu==1.7.3
|
11 |
-
gradio==4.36.0
|
12 |
pyworld>=0.3.2
|
13 |
-
soundfile>=0.12.1
|
14 |
praat-parselmouth>=0.4.2
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
18 |
torchcrepe
|
19 |
onnxruntime
|
20 |
demucs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
edge-tts
|
22 |
yt_dlp
|
|
|
|
1 |
+
git+https://huggingface.co/datasets/soiz1/omegaconf
|
2 |
+
|
3 |
+
# Core dependencies
|
4 |
wheel
|
5 |
setuptools
|
6 |
+
|
7 |
+
# Audio processing
|
8 |
ffmpeg
|
|
|
|
|
|
|
|
|
9 |
librosa==0.9.1
|
10 |
+
scipy==1.9.3
|
11 |
+
soundfile>=0.12.1
|
12 |
faiss-cpu==1.7.3
|
|
|
13 |
pyworld>=0.3.2
|
|
|
14 |
praat-parselmouth>=0.4.2
|
15 |
+
|
16 |
+
# Machine learning and deep learning
|
17 |
+
torch
|
18 |
+
numba==0.56.4
|
19 |
+
numpy==1.23.5
|
20 |
+
fairseq==0.12.2
|
21 |
torchcrepe
|
22 |
onnxruntime
|
23 |
demucs
|
24 |
+
|
25 |
+
# Visualization and UI
|
26 |
+
tensorboard
|
27 |
+
tensorboardX
|
28 |
+
gradio==4.36.0
|
29 |
+
|
30 |
+
# Miscellaneous utilities
|
31 |
edge-tts
|
32 |
yt_dlp
|
33 |
+
httpx
|