Update README.md
Browse files
README.md
CHANGED
@@ -39,13 +39,6 @@ ln -s ../../../valle-libritts ckpts/tts/
|
|
39 |
You can follow the inference part of [this recipe](https://github.com/open-mmlab/Amphion/tree/main/egs/tts/VALLE#4-inference) to generate speech from text. For example, if you want to synthesize a clip of speech with the text of "This is a clip of generated speech with the given text from Amphion Vall-E model.", just, run:
|
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."
|
48 |
-
|
49 |
sh egs/tts/VALLE/run.sh --stage 3 --gpu "0" \
|
50 |
--config "ckpts/tts/valle-libritts/args.json" \
|
51 |
--infer_expt_dir Amphion/ckpts/tts/valle-libritts \
|
|
|
39 |
You can follow the inference part of [this recipe](https://github.com/open-mmlab/Amphion/tree/main/egs/tts/VALLE#4-inference) to generate speech from text. For example, if you want to synthesize a clip of speech with the text of "This is a clip of generated speech with the given text from Amphion Vall-E model.", just, run:
|
40 |
|
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 \
|