Upload README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ display(Audio('HEARME_en.wav', rate=24000, autoplay=True))
|
|
76 |
!python make_zh.py
|
77 |
display(Audio('HEARME_zf_001.wav', rate=24000, autoplay=False))
|
78 |
```
|
79 |
-
TODO: Improve usage. Similar to https://hf.co/hexgrad/Kokoro-82M#usage but you should pass
|
80 |
|
81 |
### Model Facts
|
82 |
|
|
|
76 |
!python make_zh.py
|
77 |
display(Audio('HEARME_zf_001.wav', rate=24000, autoplay=False))
|
78 |
```
|
79 |
+
TODO: Improve usage. Similar to https://hf.co/hexgrad/Kokoro-82M#usage but you should pass `repo_id='hexgrad/Kokoro-82M-v1.1-zh'` when constructing a `KModel` or `KPipeline`. See [`make_en.py`](https://huggingface.co/hexgrad/Kokoro-82M-v1.1-zh/blob/main/samples/make_en.py) and [`make_zh.py`](https://huggingface.co/hexgrad/Kokoro-82M-v1.1-zh/blob/main/samples/make_zh.py).
|
80 |
|
81 |
### Model Facts
|
82 |
|