Update requirements.txt
Browse files- requirements.txt +33 -1
requirements.txt
CHANGED
@@ -8,4 +8,36 @@ llama-index>=0.11.47
|
|
8 |
huggingface_hub>=0.31.1
|
9 |
smolagents==1.13.0
|
10 |
google-generativeai
|
11 |
-
google-cloud-texttospeech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
huggingface_hub>=0.31.1
|
9 |
smolagents==1.13.0
|
10 |
google-generativeai
|
11 |
+
google-cloud-texttospeech
|
12 |
+
txtsplit
|
13 |
+
torch
|
14 |
+
torchaudio
|
15 |
+
cached_path
|
16 |
+
transformers==4.27.4
|
17 |
+
mecab-python3==1.0.5
|
18 |
+
num2words==0.5.12
|
19 |
+
unidic_lite==1.0.8
|
20 |
+
unidic==1.1.0
|
21 |
+
mecab-python3==1.0.5
|
22 |
+
pykakasi==2.2.1
|
23 |
+
fugashi==1.3.0
|
24 |
+
g2p_en==2.1.0
|
25 |
+
anyascii==0.3.2
|
26 |
+
jamo==0.4.1
|
27 |
+
gruut[de,es,fr]==2.2.3
|
28 |
+
g2pkk>=0.1.1
|
29 |
+
librosa==0.9.1
|
30 |
+
pydub==0.25.1
|
31 |
+
eng_to_ipa==0.0.2
|
32 |
+
inflect==7.0.0
|
33 |
+
unidecode==1.3.7
|
34 |
+
pypinyin==0.50.0
|
35 |
+
cn2an==0.5.22
|
36 |
+
jieba==0.42.1
|
37 |
+
gradio
|
38 |
+
langid==1.1.6
|
39 |
+
tqdm
|
40 |
+
tensorboard==2.16.2
|
41 |
+
loguru==0.7.2
|
42 |
+
txtsplit
|
43 |
+
git+https://github.com/unitaryai/detoxify
|