Spaces:
Build error
Build error
Michael Hu
commited on
Commit
·
bcc298f
1
Parent(s):
0f99c8d
update requirements, just to get chatterbox working
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
gradio>=5.25.2
|
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
|
14 |
-
phonemizer-fork>=3.3.2
|
15 |
nemo_toolkit[asr]
|
16 |
faster-whisper>=1.1.1
|
17 |
chatterbox-tts
|
|
|
1 |
gradio>=5.25.2
|
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
|
14 |
+
# phonemizer-fork>=3.3.2
|
15 |
nemo_toolkit[asr]
|
16 |
faster-whisper>=1.1.1
|
17 |
chatterbox-tts
|