Spaces:
Running
Running
Michael Hu
commited on
Commit
·
b697102
1
Parent(s):
ad6b877
try fixing build issue
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
nltk>=3.8
|
3 |
librosa>=0.10
|
4 |
ffmpeg-python>=0.2
|
@@ -9,7 +9,7 @@ scipy>=1.11
|
|
9 |
munch>=2.5
|
10 |
accelerate>=1.2.0
|
11 |
soundfile>=0.13.0
|
12 |
-
kokoro>=0.7.
|
13 |
ordered-set>=4.1.0
|
14 |
phonemizer-fork>=3.3.2
|
15 |
descript-audio-codec
|
|
|
1 |
+
streamlit>=1.31,<2.0
|
2 |
nltk>=3.8
|
3 |
librosa>=0.10
|
4 |
ffmpeg-python>=0.2
|
|
|
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
|
14 |
phonemizer-fork>=3.3.2
|
15 |
descript-audio-codec
|