Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
-
torch==2.0.1
|
2 |
-
torchaudio==2.0.2
|
3 |
-
librosa==0.9.2
|
4 |
-
numpy==1.23.5
|
5 |
-
scipy==1.10.1
|
6 |
-
soundfile==0.12.1
|
7 |
-
demucs
|
8 |
gradio
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
torchaudio
|
3 |
+
soundfile
|
4 |
+
demucs
|
5 |
+
numpy
|