From dbfb719fe95615fd4486254a7a7237bdfbbb4faa Mon Sep 17 00:00:00 2001 From: shahbazraza Date: Sat, 18 Nov 2023 13:58:51 +0500 Subject: [PATCH] feature/ add back original doc --- docs/source/inference.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/inference.md b/docs/source/inference.md index 0e5897c135..611a2445bf 100644 --- a/docs/source/inference.md +++ b/docs/source/inference.md @@ -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 "///" \ + --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