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
Copy file name to clipboardExpand all lines: src/assets/docs/examples/example-text-to-speech.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This example demonstrates how to use the TextToSpeech feature of MaIN.NET. In th
5
5
## 🚀 Quick Start
6
6
7
7
To run the example you need the Kokoro TTS model downloaded. The model must be in <b>ONNX</b> format.
8
-
<br>It can be acquired here: <ahref="https://github.com/taylorchu/kokoro-onnx/releases/download/v0.2.0/kokoro.onnx">GET KOKORO</a>. <br>Voices can be downloaded from original Kokoro repository on HuggingFace <ahref="https://huggingface.co/hexgrad/Kokoro-82M/tree/main/voices">GET VOICES</a>.
8
+
<br>It can be acquired here: <ahref="https://github.com/taylorchu/kokoro-onnx/releases/download/v0.2.0/kokoro.onnx">GET KOKORO</a>. <br>Voices can be downloaded from original Kokoro repository on HuggingFace <ahref="https://huggingface.co/onnx-community/Kokoro-82M-v1.0-ONNX/tree/main/voices">GET VOICES</a>.
9
9
<br>Model needs to be placed in set Models directory. Voices can be stored wherever but their path <b>MUST</b> be set in the example code.
0 commit comments