mirror of https://github.com/coqui-ai/TTS.git
hubconf update
This commit is contained in:
parent
63806b2b43
commit
fc87233ee3
|
@ -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
|
import torch
|
||||||
|
|
||||||
from TTS.utils.synthesizer import Synthesizer
|
from TTS.utils.synthesizer import Synthesizer
|
||||||
|
|
Loading…
Reference in New Issue