feature/ add back original doc

This commit is contained in:
shahbazraza 2023-11-18 13:58:51 +05:00
parent ac273d8361
commit dbfb719fe9
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ tts --list_models
Run a TTS model, from the release models list, with its default vocoder. (Simply copy and paste the full model names from the list as arguments for the command below.)
```bash
tts --text "Text for TTS" \
--model_name "<type>/<language>/<dataset>/<model_name>" \
--out_path folder/to/save/output.wav
```
Run a tts and a vocoder model from the released model list. Note that not every vocoder is compatible with every TTS model.
```bash