Spaces:
Running
Running
Commit
·
eebf84c
1
Parent(s):
6e3fef9
Add requirements.txt with necessary dependencies
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
PyYAML
|
3 |
+
scipy
|
4 |
+
torch
|
5 |
+
torchaudio
|
6 |
+
torchvision
|
7 |
+
torchlpc
|
8 |
+
torchcomp
|
9 |
+
torch_fftconv
|
10 |
+
kazane
|
11 |
+
hydra-core
|
12 |
+
pyloudnorm
|
13 |
+
soxr
|