Spaces:
Runtime error
Runtime error
remove useless modules and add librosa
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
matplotlib
|
2 |
numpy
|
3 |
-
scipy
|
4 |
soundfile
|
5 |
-
|
6 |
-
|
7 |
-
decorator
|
8 |
-
resampy
|
9 |
-
numba
|
|
|
1 |
matplotlib
|
2 |
numpy
|
|
|
3 |
soundfile
|
4 |
+
requests
|
5 |
+
librosa
|
|
|
|
|
|