diff --git a/src/assets/docs/examples/example-text-to-speech.md b/src/assets/docs/examples/example-text-to-speech.md index a3c4431..d3a920c 100644 --- a/src/assets/docs/examples/example-text-to-speech.md +++ b/src/assets/docs/examples/example-text-to-speech.md @@ -5,7 +5,7 @@ This example demonstrates how to use the TextToSpeech feature of MaIN.NET. In th ## 🚀 Quick Start To run the example you need the Kokoro TTS model downloaded. The model must be in ONNX format. -
It can be acquired here: GET KOKORO.
Voices can be downloaded from original Kokoro repository on HuggingFace GET VOICES. +
It can be acquired here: GET KOKORO.
Voices can be downloaded from original Kokoro repository on HuggingFace GET VOICES.
Model needs to be placed in set Models directory. Voices can be stored wherever but their path MUST be set in the example code. ⚠️⚠️⚠️ IMPORTANT ⚠️⚠️⚠️