Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ pipeline_tag: text-to-speech
|
|
38 |
| in USD | $400 | $600 | **$1000** |
|
39 |
|
40 |
### Usage
|
41 |
-
You can run this basic cell on [Google Colab](https://colab.research.google.com/). [Listen to samples](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md). For
|
42 |
```py
|
43 |
!pip install -q kokoro>=0.9.2 soundfile
|
44 |
!apt-get -qq -y install espeak-ng > /dev/null 2>&1
|
|
|
38 |
| in USD | $400 | $600 | **$1000** |
|
39 |
|
40 |
### Usage
|
41 |
+
You can run this basic cell on [Google Colab](https://colab.research.google.com/). [Listen to samples](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md). For more languages and details, see [Advanced Usage](https://github.com/hexgrad/kokoro?tab=readme-ov-file#advanced-usage).
|
42 |
```py
|
43 |
!pip install -q kokoro>=0.9.2 soundfile
|
44 |
!apt-get -qq -y install espeak-ng > /dev/null 2>&1
|