Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
-
Flask==2.0.1
|
2 |
-
Werkzeug==2.0.1
|
3 |
gradio
|
4 |
pydub
|
5 |
-
numpy
|
6 |
noisereduce
|
|
|
7 |
torch
|
|
|
8 |
demucs
|
9 |
-
|
10 |
-
|
11 |
-
librosa
|
12 |
soundfile
|
|
|
|
|
|
|
|
|
13 |
scipy
|
|
|
|
|
|
|
1 |
gradio
|
2 |
pydub
|
|
|
3 |
noisereduce
|
4 |
+
librosa
|
5 |
torch
|
6 |
+
torchaudio
|
7 |
demucs
|
8 |
+
faster-whisper
|
9 |
+
TTS
|
|
|
10 |
soundfile
|
11 |
+
pillow
|
12 |
+
numpy
|
13 |
+
scikit-learn
|
14 |
+
pyloudnorm
|
15 |
scipy
|