change the default TTS model to TacotronDDC

This commit is contained in:
Eren Gölge 2021-04-15 15:29:44 +02:00
parent bae2ad0ff5
commit 5fbe926429
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def main():
parser.add_argument(
"--model_name",
type=str,
default="tts_models/en/ljspeech/speedy-speech-wn",
default="tts_models/en/ljspeech/tacotron2-DDC",
help="Name of one of the pre-trained tts models in format <language>/<dataset>/<model_name>",
)
parser.add_argument(