Update README.md
Browse files
README.md
CHANGED
|
@@ -86,19 +86,19 @@ The Kokoro model has a number of built-in speakers.
|
|
| 86 |
|
| 87 |
When using this model, set a `speaker` id from the reference table below.
|
| 88 |
|
| 89 |
-
| SPEAKER | GENDER | NATIONALITY | EXAMPLE
|
| 90 |
-
|
| 91 |
-
| af | F | American |
|
| 92 |
-
| af_bella | F | American |
|
| 93 |
-
| af_nicole | F | American |
|
| 94 |
-
| af_sarah | F | American |
|
| 95 |
-
| af_sky | F | American |
|
| 96 |
-
| am_adam | M | American |
|
| 97 |
-
| af_michael | M | American |
|
| 98 |
-
| bf_emma | F | British |
|
| 99 |
-
| bf_isabella | F | British |
|
| 100 |
-
| bm_george | M | British |
|
| 101 |
-
| bm_lewis | M | British |
|
| 102 |
|
| 103 |
The following shows an example on how to set a speaker id when using txtai
|
| 104 |
|
|
|
|
| 86 |
|
| 87 |
When using this model, set a `speaker` id from the reference table below.
|
| 88 |
|
| 89 |
+
| SPEAKER | GENDER | NATIONALITY | EXAMPLE |
|
| 90 |
+
|:------------|:---------|:---------------|:------------------------------------------------------------------------------------------------------------------- |
|
| 91 |
+
| af | F | American | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/af.mp3"></audio> |
|
| 92 |
+
| af_bella | F | American | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/af_bella.mp3"></audio> |
|
| 93 |
+
| af_nicole | F | American | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/af_nicole.mp3"></audio> |
|
| 94 |
+
| af_sarah | F | American | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/af_sarah.mp3"></audio> |
|
| 95 |
+
| af_sky | F | American | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/af_sky.mp3"></audio> |
|
| 96 |
+
| am_adam | M | American | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/am_adam.mp3"></audio> |
|
| 97 |
+
| af_michael | M | American | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/am_michael.mp3"></audio> |
|
| 98 |
+
| bf_emma | F | British | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/bf_emma.mp3"></audio> |
|
| 99 |
+
| bf_isabella | F | British | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/bf_isabella.mp3"></audio> |
|
| 100 |
+
| bm_george | M | British | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/bm_george.mp3"></audio> |
|
| 101 |
+
| bm_lewis | M | British | <audio controls src="https://huggingface.co/NeuML/kokoro-base-onnx/resolve/main/examples/bm_lewis.mp3"></audio> |
|
| 102 |
|
| 103 |
The following shows an example on how to set a speaker id when using txtai
|
| 104 |
|