Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -18
requirements.txt
CHANGED
@@ -1,25 +1,15 @@
|
|
1 |
-
gradio
|
2 |
pydub
|
3 |
noisereduce
|
4 |
-
|
5 |
-
scipy
|
6 |
torch
|
7 |
torchaudio
|
8 |
-
demucs
|
9 |
-
matplotlib
|
10 |
-
librosa
|
11 |
faster-whisper
|
12 |
TTS
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
16 |
pyloudnorm
|
17 |
-
|
18 |
-
Pillow
|
19 |
-
protobuf<4
|
20 |
-
click<8.1
|
21 |
-
|
22 |
-
# Force updated versions (optional, but recommended)
|
23 |
-
huggingface_hub>=0.23.0
|
24 |
-
transformers>=4.40.0
|
25 |
-
torchmetrics>=0.7.0
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|