Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchaudio
|
| 3 |
+
numpy
|
| 4 |
+
librosa
|
| 5 |
+
soundfile
|
| 6 |
+
gradio
|
| 7 |
+
einops
|
| 8 |
+
beartype
|
| 9 |
+
ml_collections
|
| 10 |
+
huggingface_hub
|
| 11 |
+
git+https://github.com/ZFTurbo/Music-Source-Separation-Training.git@master
|