Skip to content

Commit 5e2e8e1

Browse files
authored
Merge pull request #12 from wisedev-code/fix/tts-voice-url
Changed the voice TTS url to the proper one with binary files
2 parents 54c8cca + 5ddcb84 commit 5e2e8e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/docs/examples/example-text-to-speech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This example demonstrates how to use the TextToSpeech feature of MaIN.NET. In th
55
## 🚀 Quick Start
66

77
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: <a href="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 <a href="https://huggingface.co/hexgrad/Kokoro-82M/tree/main/voices">GET VOICES</a>.
8+
<br>It can be acquired here: <a href="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 <a href="https://huggingface.co/onnx-community/Kokoro-82M-v1.0-ONNX/tree/main/voices">GET VOICES</a>.
99
<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.
1010

1111
⚠️⚠️⚠️ <b>IMPORTANT</b> ⚠️⚠️⚠️

0 commit comments

Comments
 (0)