hubconf update

This commit is contained in:
Eren Gölge
2021-03-18 13:38:35 +01:00
parent 63806b2b43
commit fc87233ee3
+1 -1
View File
@@ -1,4 +1,4 @@
dependencies = ['torch', 'gdown', 'pysbd', 'phonemizer', 'unidecode'] # apt install espeak-ng
dependencies = ['torch', 'gdown', 'pysbd', 'phonemizer', 'unidecode', 'pypinyin'] # apt install espeak-ng
import torch
from TTS.utils.synthesizer import Synthesizer