Text-to-Speech
hexgrad commited on
Commit
7d5151a
·
verified ·
1 Parent(s): a51e9e2

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -4,8 +4,6 @@ base_model:
4
  - hexgrad/Kokoro-82M
5
  pipeline_tag: text-to-speech
6
  ---
7
- 🚧 ***This repository is under construction, please be patient as files are added*** 🚧
8
-
9
  <audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M-v1.1-zh/resolve/main/samples/HEARME_en.wav" type="audio/wav"></audio>
10
 
11
  **Kokoro** is an open-weight series of small but powerful TTS models.
@@ -64,7 +62,7 @@ Current guidance from the U.S. Copyright Office indicates that synthetic data ge
64
  ### Usage
65
  You can run this cell on [Google Colab](https://colab.research.google.com/).
66
  ```py
67
- !pip install -q kokoro>=0.8.1 "misaki[zh]>=0.8.1" soundfile
68
  !apt-get -qq -y install espeak-ng > /dev/null 2>&1
69
  from IPython.display import display, Audio
70
 
 
4
  - hexgrad/Kokoro-82M
5
  pipeline_tag: text-to-speech
6
  ---
 
 
7
  <audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M-v1.1-zh/resolve/main/samples/HEARME_en.wav" type="audio/wav"></audio>
8
 
9
  **Kokoro** is an open-weight series of small but powerful TTS models.
 
62
  ### Usage
63
  You can run this cell on [Google Colab](https://colab.research.google.com/).
64
  ```py
65
+ !pip install -q kokoro>=0.8.2 "misaki[zh]>=0.8.2" soundfile
66
  !apt-get -qq -y install espeak-ng > /dev/null 2>&1
67
  from IPython.display import display, Audio
68