Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
torch>=2.0.0
|
| 3 |
-
torchaudio
|
| 4 |
-
librosa
|
| 5 |
-
numpy
|
| 6 |
-
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
torch>=2.0.0
|
| 3 |
+
torchaudio>=2.0.0
|
| 4 |
+
librosa>=0.10.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
soundfile>=0.12.0
|