Text-to-Speech
English
hexgrad commited on
Commit
4a6a8ed
Β·
verified Β·
1 Parent(s): ea4fcc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -6,15 +6,17 @@ base_model:
6
  - yl4579/StyleTTS2-LJSpeech
7
  pipeline_tag: text-to-speech
8
  ---
9
- 🐈 GitHub: https://github.com/hexgrad/kokoro
10
 
11
- πŸš€ Demo: https://hf.co/spaces/hexgrad/Kokoro-TTS
12
 
13
- 🚫 Beware of fake websites: Sites like kokorottsai (snapshot at https://archive.ph/nRRnk) are deceptive boilerplates that exploit model popularity to harvest emails. [@hexgrad](https://huggingface.co/hexgrad) does NOT own any domain that includes "kokoro". Be careful who you email.
14
 
15
- <audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/HEARME.wav" type="audio/wav"></audio>
16
 
17
- **Kokoro** is an open-weight TTS model with 82 million parameters. Despite its lightweight architecture, it delivers comparable quality to larger models while being significantly faster and more cost-efficient. With Apache-licensed weights, Kokoro can be deployed anywhere from production environments to personal projects.
 
 
18
 
19
  - [Releases](#releases)
20
  - [Usage](#usage)
 
6
  - yl4579/StyleTTS2-LJSpeech
7
  pipeline_tag: text-to-speech
8
  ---
9
+ **Kokoro** is an open-weight TTS model with 82 million parameters. Despite its lightweight architecture, it delivers comparable quality to larger models while being significantly faster and more cost-efficient. With Apache-licensed weights, Kokoro can be deployed anywhere from production environments to personal projects.
10
 
11
+ <audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/HEARME.wav" type="audio/wav"></audio>
12
 
13
+ 🐈 **GitHub**: https://github.com/hexgrad/kokoro
14
 
15
+ πŸš€ **Demo**: https://hf.co/spaces/hexgrad/Kokoro-TTS
16
 
17
+ 🚫 Beware of Fake Websites: Sites like kokorottsai (snapshot at https://archive.ph/nRRnk) are deceptive boilerplates that exploit model popularity to harvest emails. The model uploader does not own any domain containing "kokoro". Be careful who you email.
18
+
19
+ ♻️ This is an Apache-licensed model, and Kokoro has been deployed in numerous projects and commercial APIs. Although we condemn fake websites, we welcome and encourage deployment of the model in real use cases.
20
 
21
  - [Releases](#releases)
22
  - [Usage](#usage)