Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ soundfile==0.12.1
|
|
5 |
librosa==0.10.1
|
6 |
gunicorn==21.2.0
|
7 |
ffmpeg-python==0.2.0
|
8 |
-
pydub==0.25.1
|
|
|
|
5 |
librosa==0.10.1
|
6 |
gunicorn==21.2.0
|
7 |
ffmpeg-python==0.2.0
|
8 |
+
pydub==0.25.1
|
9 |
+
numpy==1.26.3
|