tee342 commited on
Commit
3d28081
·
verified ·
1 Parent(s): ddd6a86

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -15
requirements.txt CHANGED
@@ -1,15 +1,13 @@
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
 
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
+