mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
change the default TTS model to TacotronDDC
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user