Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -24,19 +24,18 @@ huggingface_hub
|
|
24 |
vocos
|
25 |
|
26 |
# OpenVoice
|
27 |
-
librosa
|
28 |
-
faster-whisper
|
29 |
-
pydub
|
30 |
-
wavmark
|
31 |
-
numpy
|
32 |
-
eng_to_ipa
|
33 |
-
inflect
|
34 |
-
unidecode
|
35 |
-
whisper-timestamped
|
36 |
openai
|
37 |
python-dotenv
|
38 |
pypinyin
|
39 |
jieba
|
40 |
cn2an
|
41 |
edge_tts
|
42 |
-
gradio==4.29.0
|
|
|
24 |
vocos
|
25 |
|
26 |
# OpenVoice
|
27 |
+
librosa
|
28 |
+
faster-whisper
|
29 |
+
pydub
|
30 |
+
wavmark
|
31 |
+
numpy
|
32 |
+
eng_to_ipa
|
33 |
+
inflect
|
34 |
+
unidecode
|
35 |
+
whisper-timestamped
|
36 |
openai
|
37 |
python-dotenv
|
38 |
pypinyin
|
39 |
jieba
|
40 |
cn2an
|
41 |
edge_tts
|
|