kevinwang676 commited on
Commit
0f71e1d
1 Parent(s): 13f6cdd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,11 +1,14 @@
1
  easydict
2
- librosa
3
- numpy
4
  praat-parselmouth
5
  resampy
6
  soundfile
7
  tensorflow==2.15.0
8
  tensorflow-probability==0.23.0
9
  tf-keras==2.15.0
10
- #torch==2.0.1
11
- #torchaudio==2.0.2
 
 
 
 
1
  easydict
2
+ librosa==0.9.2
3
+ numpy==1.23.5
4
  praat-parselmouth
5
  resampy
6
  soundfile
7
  tensorflow==2.15.0
8
  tensorflow-probability==0.23.0
9
  tf-keras==2.15.0
10
+ torch==2.0.1
11
+ torchaudio==2.0.2
12
+ pydub
13
+ gradio==3.36.1
14
+ webrtcvad