Update README.md
Browse files
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
|
45 |
-
--infer_output_dir
|
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." \
|