diff --git a/docs/source/recipes/TTS/ljspeech/vits.rst b/docs/source/recipes/TTS/ljspeech/vits.rst index 535d8999f4..385fd3c705 100644 --- a/docs/source/recipes/TTS/ljspeech/vits.rst +++ b/docs/source/recipes/TTS/ljspeech/vits.rst @@ -103,6 +103,7 @@ You can test the exported ONNX model with: --model-filename vits/exp/vits-epoch-1000.onnx \ --tokens data/tokens.txt + Download pretrained models --------------------------