Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
|
2 |
librosa==0.10.1
|
3 |
numpy==1.24.3
|
4 |
-
|
|
|
5 |
soundfile==0.12.1
|
6 |
-
ffmpeg-python==0.2.0
|
7 |
-
yt-dlp==2023.11.16
|
|
|
|
|
1 |
librosa==0.10.1
|
2 |
numpy==1.24.3
|
3 |
+
flask==3.0.0
|
4 |
+
yt-dlp==2023.11.16
|
5 |
soundfile==0.12.1
|
6 |
+
ffmpeg-python==0.2.0
|
|