From 24587e3a723f20f0653fc46840b00beb5b3788d2 Mon Sep 17 00:00:00 2001 From: yaozengwei Date: Wed, 29 Nov 2023 20:11:48 +0800 Subject: [PATCH] minor fix --- docs/source/recipes/TTS/ljspeech/vits.rst | 1 + 1 file changed, 1 insertion(+) 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 --------------------------