Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -12
requirements.txt
CHANGED
@@ -1,14 +1,6 @@
|
|
1 |
-
# --- FastAPI Web Server ---
|
2 |
fastapi
|
3 |
-
uvicorn
|
4 |
-
python-multipart
|
5 |
-
|
6 |
-
# --- Audio Processing ---
|
7 |
-
pydub
|
8 |
-
|
9 |
-
# --- AI Audio Separation ---
|
10 |
spleeter
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
# - Installation may be heavy and may need a virtual environment.
|
|
|
|
|
1 |
fastapi
|
2 |
+
uvicorn
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
spleeter
|
4 |
+
pydub
|
5 |
+
ffmpeg-python
|
6 |
+
python-multipart
|
|