lmxue commited on
Commit
66e8aa9
·
1 Parent(s): f0d33b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 "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."
 
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."