Spaces:
Running
on
Zero
Running
on
Zero
File size: 884 Bytes
b152010 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
# core deps numpy==1.23.5 cython>=0.29.30 scipy>=1.11.2 torch torchaudio soundfile librosa scikit-learn numba inflect>=5.6.0 tqdm>=4.64.1 anyascii>=0.3.0 pyyaml>=6.0 fsspec>=2023.6.0 # <= 2023.9.1 makes aux tests fail aiohttp>=3.8.1 packaging>=23.1 # deps for examples flask>=2.0.1 # deps for inference pysbd>=0.3.4 # deps for notebooks umap-learn>=0.5.1 pandas # deps for training matplotlib # coqui stack trainer>=0.0.32 # config management coqpit>=0.0.16 # chinese g2p deps jieba pypinyin # korean hangul_romanize # gruut+supported langs gruut[de,es,fr]==2.2.3 # deps for korean jamo nltk g2pkk>=0.1.1 # deps for bangla bangla bnnumerizer bnunicodenormalizer #deps for tortoise einops>=0.6.0 transformers #deps for bark encodec>=0.1.1 # deps for XTTS unidecode>=1.3.2 num2words spacy[ja]>=3 # after this # pip install -r requirements_xtts.txt # pip install TTS==0.21.1 --no-deps |