Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +24 -22
requirements.txt
CHANGED
@@ -1,22 +1,24 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
lib==4.0.0
|
7 |
-
librosa==0.
|
8 |
-
numpy==1.23.5
|
9 |
-
onnxruntime
|
10 |
-
praat-parselmouth>=0.4.2
|
11 |
-
pedalboard==0.7.7
|
12 |
-
pydub==0.25.1
|
13 |
-
pyworld==0.3.4
|
14 |
-
Requests==2.31.0
|
15 |
-
scipy==1.11.1
|
16 |
-
soundfile==0.12.1
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
1 |
+
fastapi==0.95.2
|
2 |
+
uvicorn==0.21.1
|
3 |
+
h11==0.12.0
|
4 |
+
faiss-cpu==1.7.3
|
5 |
+
ffmpeg-python>=0.2.0
|
6 |
+
gradio lib==4.0.0
|
7 |
+
librosa==0.10.0
|
8 |
+
numpy==1.23.5
|
9 |
+
onnxruntime
|
10 |
+
praat-parselmouth>=0.4.2
|
11 |
+
pedalboard==0.7.7
|
12 |
+
pydub==0.25.1
|
13 |
+
pyworld==0.3.4
|
14 |
+
Requests==2.31.0
|
15 |
+
scipy==1.11.1
|
16 |
+
soundfile==0.12.1
|
17 |
+
torch==2.0.0+cu117
|
18 |
+
torchvision==0.15.2+cu117
|
19 |
+
torchaudio==2.0.0
|
20 |
+
torchcrepe==0.0.20
|
21 |
+
tqdm==4.65.0
|
22 |
+
yt_dlp
|
23 |
+
sox==1.4.1
|
24 |
+
gdown==4.6.3
|