kiriyamaX commited on
Commit
5a29dea
·
verified ·
1 Parent(s): c2d63d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -21,12 +21,13 @@ Please refer to the original repo for copyright information as I do not own the
21
  af_k1:
22
 
23
  ```
24
- _kokoro_kwargs = {
25
- "recipe_override": {
26
- "af": 0.58,
27
- "af_bella": 0.49,
28
- "af_nicole": 1.0,
29
- "bf_isabella": 0.1
 
 
30
  }
31
- }
32
  ```
 
21
  af_k1:
22
 
23
  ```
24
+ _kokoro_kwargs = {
25
+ "text": "Hello from your TTS system",
26
+ "recipe": {
27
+ "af": 0.58,
28
+ "af_bella": 0.49,
29
+ "af_nicole": 1.0,
30
+ "bf_isabella": 0.29
31
+ }
32
  }
 
33
  ```