Spaces:
Running
Running
kevinwang676
commited on
Update requirements.txt
Browse files- 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 |
-
|
11 |
-
|
|
|
|
|
|
|
|
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
|