Update requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
CHANGED
@@ -22,3 +22,21 @@ vector_quantize_pytorch
|
|
22 |
huggingface_hub
|
23 |
|
24 |
vocos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
huggingface_hub
|
23 |
|
24 |
vocos
|
25 |
+
|
26 |
+
# OpenVoice
|
27 |
+
librosa==0.9.1
|
28 |
+
faster-whisper==0.9.0
|
29 |
+
pydub==0.25.1
|
30 |
+
wavmark==0.0.2
|
31 |
+
numpy==1.22.0
|
32 |
+
eng_to_ipa==0.0.2
|
33 |
+
inflect==7.0.0
|
34 |
+
unidecode==1.3.7
|
35 |
+
whisper-timestamped==1.14.2
|
36 |
+
openai
|
37 |
+
python-dotenv
|
38 |
+
pypinyin
|
39 |
+
jieba
|
40 |
+
cn2an
|
41 |
+
edge_tts
|
42 |
+
gradio==4.29.0
|