Update README.md
Browse files
README.md
CHANGED
@@ -40,8 +40,8 @@ You can follow the inference part of [this recipe](https://github.com/open-mmlab
|
|
40 |
|
41 |
```bash
|
42 |
sh egs/tts/VITS/run.sh --stage 3 --gpu "0" \
|
43 |
-
--config
|
44 |
-
--infer_expt_dir
|
45 |
--infer_output_dir ckpts/tts/vits-ljspeech/result \
|
46 |
--infer_mode "single" \
|
47 |
--infer_text "This is a clip of generated speech with the given text from a TTS model."
|
|
|
40 |
|
41 |
```bash
|
42 |
sh egs/tts/VITS/run.sh --stage 3 --gpu "0" \
|
43 |
+
--config ckpts/tts/vits-ljspeech/args.json \
|
44 |
+
--infer_expt_dir ckpts/tts/vits-ljspeech/ \
|
45 |
--infer_output_dir ckpts/tts/vits-ljspeech/result \
|
46 |
--infer_mode "single" \
|
47 |
--infer_text "This is a clip of generated speech with the given text from a TTS model."
|