mirror of https://github.com/coqui-ai/TTS.git
Refactor synthesis.py for TTSTokenizer
This commit is contained in:
parent
b2bb954a51
commit
b6c2bfdf08
TTS/tts/utils
|
@ -113,11 +113,8 @@ def synthesis(
|
||||||
text,
|
text,
|
||||||
CONFIG,
|
CONFIG,
|
||||||
use_cuda,
|
use_cuda,
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
ap,
|
ap,
|
||||||
tokenizer,
|
tokenizer,
|
||||||
>>>>>>> Refactor synthesis.py for TTSTokenizer
|
|
||||||
speaker_id=None,
|
speaker_id=None,
|
||||||
style_wav=None,
|
style_wav=None,
|
||||||
use_griffin_lim=False,
|
use_griffin_lim=False,
|
||||||
|
|
Loading…
Reference in New Issue