Skip to content

Commit

Permalink
feature/ add back original doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz9221 committed Nov 18, 2023
1 parent ac273d8 commit dbfb719
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbfb719

Please sign in to comment.