tee342 commited on
Commit
0b8e39c
·
verified ·
1 Parent(s): 302bf8e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -14
requirements.txt CHANGED
@@ -1,14 +1,15 @@
1
- Flask==2.0.1
2
- numpy==1.21.2
3
- pydub==0.25.1
4
- noisereduce==0.5.1
5
- torch==1.9.0
6
- torchaudio==0.9.0
7
- librosa==0.9.1
8
- soundfile==0.10.3
9
- matplotlib==3.4.3
10
- gradio==3.1.4
11
- scipy==1.7.1
12
- pyloudnorm==0.1.0
13
- pip install -r requirements.txt
14
-
 
 
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