hubconf update

This commit is contained in:
Eren Gölge 2021-03-18 00:40:51 +01:00
parent 63806b2b43
commit fc87233ee3
1 changed files with 1 additions and 1 deletions

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