Text-to-Speech
English
hexgrad commited on
Commit
7884269
·
verified ·
1 Parent(s): c19ac31

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -6,13 +6,13 @@ base_model:
6
  - yl4579/StyleTTS2-LJSpeech
7
  pipeline_tag: text-to-speech
8
  ---
9
- ⬆️ **Kokoro has been upgraded to v1.0!** See [Releases](https://huggingface.co/hexgrad/Kokoro-82M#releases).
10
-
11
- ✨ You can now [`pip install kokoro`](https://github.com/hexgrad/kokoro)! See [Usage](https://huggingface.co/hexgrad/Kokoro-82M#usage).
12
 
13
  <audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/HEARME.wav" type="audio/wav"></audio>
14
 
15
- **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.
 
 
16
 
17
  - [Releases](#releases)
18
  - [Usage](#usage)
@@ -43,7 +43,7 @@ pipeline_tag: text-to-speech
43
  You can run this cell on [Google Colab](https://colab.research.google.com/). [Listen to samples](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md).
44
  ```py
45
  # 1️⃣ Install kokoro
46
- !pip install -q kokoro>=0.3.1 soundfile
47
  # 2️⃣ Install espeak, used for English OOD fallback and some non-English languages
48
  !apt-get -qq -y install espeak-ng > /dev/null 2>&1
49
  # 🇪🇸 'e' => Spanish es
 
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
+ ⬆️ **Kokoro has been upgraded to v1.0!** See [Releases](https://huggingface.co/hexgrad/Kokoro-82M#releases).
14
+
15
+ ✨ You can now [`pip install kokoro`](https://github.com/hexgrad/kokoro)! See [Usage](https://huggingface.co/hexgrad/Kokoro-82M#usage).
16
 
17
  - [Releases](#releases)
18
  - [Usage](#usage)
 
43
  You can run this cell on [Google Colab](https://colab.research.google.com/). [Listen to samples](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md).
44
  ```py
45
  # 1️⃣ Install kokoro
46
+ !pip install -q kokoro>=0.3.4 soundfile
47
  # 2️⃣ Install espeak, used for English OOD fallback and some non-English languages
48
  !apt-get -qq -y install espeak-ng > /dev/null 2>&1
49
  # 🇪🇸 'e' => Spanish es