Spaces:
Sleeping
Sleeping
Add Space requirements
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
demucs==4.0.1
|
| 2 |
+
librosa>=0.10.0
|
| 3 |
+
soundfile
|
| 4 |
+
scikit-learn
|
| 5 |
+
numpy
|
| 6 |
+
torch
|
| 7 |
+
torchaudio
|
| 8 |
+
scipy
|
| 9 |
+
gradio
|
| 10 |
+
matplotlib
|
| 11 |
+
pandas
|