Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
spleeter
|
4 |
pydub
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
|
|
3 |
pydub
|
4 |
+
python-multipart
|
5 |
+
tensorflow-cpu==2.12.0
|
6 |
+
scipy
|
7 |
+
librosa
|
8 |
+
soundfile
|