Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
future
|
| 2 |
+
numpy
|
| 3 |
+
librosa==0.8.1
|
| 4 |
+
soundfile
|
| 5 |
+
musdb
|
| 6 |
+
museval
|
| 7 |
+
h5py
|
| 8 |
+
tqdm
|
| 9 |
+
torch
|
| 10 |
+
torchvision
|
| 11 |
+
tensorboard
|
| 12 |
+
sortedcontainers
|