Vaishnavi0404 commited on
Commit
c8e3569
·
verified ·
1 Parent(s): 214be8d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -8
requirements.txt CHANGED
@@ -1,8 +1,18 @@
1
- gradio
2
- numpy
3
- torch
4
- torchaudio
5
- scipy
6
- pyworld
7
- librosa
8
- soundfile
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=1.9.0
2
+ torchaudio>=0.9.0
3
+ transformers>=4.19.0
4
+ gradio>=3.40.0
5
+ numpy>=1.20.0
6
+ scipy>=1.7.0
7
+ librosa>=0.9.2
8
+ matplotlib>=3.5.0
9
+ pandas>=1.3.0
10
+ pydub>=0.25.1
11
+ pypinyin>=0.47.0
12
+ soundfile>=0.10.3
13
+ praat-parselmouth>=0.4.3
14
+ fairseq>=0.12.0
15
+ phonemizer>=3.2.0
16
+ text2emotion>=0.0.5
17
+ music21>=7.3.0
18
+ nltk>=3.7