Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
flask
|
| 2 |
flask-cors
|
| 3 |
-
numpy
|
| 4 |
librosa
|
| 5 |
soundfile
|
| 6 |
pyloudnorm
|
|
@@ -9,5 +9,5 @@ pedalboard
|
|
| 9 |
demucs
|
| 10 |
pydub
|
| 11 |
gunicorn
|
| 12 |
-
|
| 13 |
torchaudio
|
|
|
|
| 1 |
flask
|
| 2 |
flask-cors
|
| 3 |
+
numpy
|
| 4 |
librosa
|
| 5 |
soundfile
|
| 6 |
pyloudnorm
|
|
|
|
| 9 |
demucs
|
| 10 |
pydub
|
| 11 |
gunicorn
|
| 12 |
+
torchcodec
|
| 13 |
torchaudio
|