chore: update example
This commit is contained in:
parent
b6efa67fac
commit
2e01c505e3
1 changed files with 4 additions and 2 deletions
|
@ -117,11 +117,13 @@ python tts.py -c
|
||||||
You can indicate a title to be used as label (i.e., file name prefix and directory name) to the generated outputs using `--title`
|
You can indicate a title to be used as label (i.e., file name prefix and directory name) to the generated outputs using `--title`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# This will put the generated files in ./outputs/siple-greeting/
|
# This will put the generated files in ./outputs/simple-greeting/
|
||||||
python tts.py "Hello there!" --title "simple-greeting"
|
python tts.py "Hello there!" --title "simple-greeting"
|
||||||
|
ls ./outputs/simple-greeting
|
||||||
|
|
||||||
# or shorter
|
# or shorter
|
||||||
python tts.py "Hello there!" -t "simple-greeting"
|
python tts.py "Hello there! and Hi!" -t "simple-greetings"
|
||||||
|
ls ./outputs/simple-greetings
|
||||||
```
|
```
|
||||||
|
|
||||||
### Voices
|
### Voices
|
||||||
|
|
Loading…
Reference in a new issue