diff --git a/examples/ljspeech/tts0/local/synthesize.sh b/examples/ljspeech/tts0/local/synthesize.sh index 021478032..3f5f9c067 100755 --- a/examples/ljspeech/tts0/local/synthesize.sh +++ b/examples/ljspeech/tts0/local/synthesize.sh @@ -7,5 +7,5 @@ python3 ${BIN_DIR}/synthesize.py \ --config=${train_output_path}/config.yaml \ --checkpoint_path=${train_output_path}/checkpoints/${ckpt_name} \ --input=${BIN_DIR}/../sentences_en.txt \ - --output=${train_output_path}/test - --ngpu=1 \ No newline at end of file + --output=${train_output_path}/test \ + --ngpu=1