Spaces:
Running
Running
Michael Hu
commited on
Commit
·
56e1e44
1
Parent(s):
34f1262
update dep
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,16 +1,13 @@
|
|
1 |
streamlit>=1.31,<2.0
|
2 |
-
pydub>=0.25
|
3 |
nltk>=3.8
|
4 |
librosa>=0.10
|
5 |
-
soundfile>=0.12
|
6 |
ffmpeg-python>=0.2
|
7 |
transformers[audio]>=4.33
|
8 |
torch>=2.1.0
|
9 |
torchaudio>=2.1.0
|
10 |
-
phonemizer>=3.0
|
11 |
-
# espeak-ng>=1.51
|
12 |
scipy>=1.11
|
13 |
munch>=2.5
|
14 |
accelerate>=1.2.0
|
15 |
soundfile>=0.13.0
|
16 |
-
kokoro>=0.7.9
|
|
|
|
1 |
streamlit>=1.31,<2.0
|
|
|
2 |
nltk>=3.8
|
3 |
librosa>=0.10
|
|
|
4 |
ffmpeg-python>=0.2
|
5 |
transformers[audio]>=4.33
|
6 |
torch>=2.1.0
|
7 |
torchaudio>=2.1.0
|
|
|
|
|
8 |
scipy>=1.11
|
9 |
munch>=2.5
|
10 |
accelerate>=1.2.0
|
11 |
soundfile>=0.13.0
|
12 |
+
kokoro>=0.7.9
|
13 |
+
ordered-set>=4.1.0
|