Text-to-Speech
hexgrad commited on
Commit
1407ce1
·
verified ·
1 Parent(s): efc6ad1

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 in `repo_id='hexgrad/Kokoro-82M-v1.1-zh'`. 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
 
 
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