lmxue commited on
Commit
bd55c5b
1 Parent(s): 02849c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,8 +41,8 @@ You can follow the inference part of [this recipe](https://github.com/open-mmlab
41
  ```bash
42
  sh egs/tts/VALLE/run.sh --stage 3 --gpu "0" \
43
  --config "ckpts/tts/valle_libritts/args.json" \
44
- --infer_expt_dir Amphion/ckpts/tts/valle_libritts \
45
- --infer_output_dir Amphion/ckpts/tts/valle_libritts/result \
46
  --infer_mode "single" \
47
  --infer_text "This is a clip of generated speech with the given text from Amphion Vall-E model." \
48
  --infer_text_prompt "But even the unsuccessful dramatist has his moments." \
 
41
  ```bash
42
  sh egs/tts/VALLE/run.sh --stage 3 --gpu "0" \
43
  --config "ckpts/tts/valle_libritts/args.json" \
44
+ --infer_expt_dir ckpts/tts/valle_libritts \
45
+ --infer_output_dir ckpts/tts/valle_libritts/result \
46
  --infer_mode "single" \
47
  --infer_text "This is a clip of generated speech with the given text from Amphion Vall-E model." \
48
  --infer_text_prompt "But even the unsuccessful dramatist has his moments." \