mirror of https://github.com/coqui-ai/TTS.git
change the default TTS model to TacotronDDC
This commit is contained in:
parent
bae2ad0ff5
commit
5fbe926429
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue