Spaces:
Running
Running
update requirements.txt
Browse files- requirements.txt +15 -7
requirements.txt
CHANGED
@@ -1,7 +1,15 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
torch==2.1.2
|
3 |
+
torchaudio==2.1.2
|
4 |
+
soundfile==0.12.1
|
5 |
+
numpy==1.23.5
|
6 |
+
pyyaml==6.0.1
|
7 |
+
pytube==15.0.0
|
8 |
+
librosa==0.10.2
|
9 |
+
scipy==1.11.3
|
10 |
+
numba==0.58.1
|
11 |
+
pymixconsole==0.0.1
|
12 |
+
soxbindings==1.2.3
|
13 |
+
auraloss==0.4.0
|
14 |
+
dasp-pytorch==0.0.1
|
15 |
+
torchcomp==0.1.3
|