diff --git a/examples/ljspeech/tts0/local/synthesize.sh b/examples/ljspeech/tts0/local/synthesize.sh index 0214780321bb2110525012352c6e781d0d696f3c..3f5f9c067e739bcf40d4e9d53beae3e2e601a714 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