You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Example: Synthesizing Speech on Terminal Using the Released Models.
180
+
<imgsrc="images/tts_cli.gif"/>
179
181
180
182
After the installation, 🐸TTS provides a CLI interface for synthesizing speech using pre-trained models. You can either use your own model or the release models under 🐸TTS.
181
183
@@ -185,7 +187,15 @@ Listing released 🐸TTS models.
185
187
tts --list_models
186
188
```
187
189
188
-
Run a tts and a vocoder model from the released model list. (Simply copy and paste the full model names from the list as arguments for the command below.)
190
+
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.)
## Example: Training and Fine-tuning LJ-Speech Dataset
220
268
Here you can find a [CoLab](https://gist.github.com/erogol/97516ad65b44dbddb8cd694953187c5b) notebook for a hands-on example, training LJSpeech. Or you can manually follow the guideline below.
0 commit comments