Update README.md
Browse files
README.md
CHANGED
@@ -129,7 +129,7 @@ speaker = interface.load_default_speaker(name="en_male_1")
|
|
129 |
# Generate speech
|
130 |
gen_cfg = outetts.GenerationConfig(
|
131 |
text="Speech synthesis is the artificial production of human speech.",
|
132 |
-
temperature=0.
|
133 |
repetition_penalty=1.1,
|
134 |
max_length=4096,
|
135 |
speaker=speaker,
|
|
|
129 |
# Generate speech
|
130 |
gen_cfg = outetts.GenerationConfig(
|
131 |
text="Speech synthesis is the artificial production of human speech.",
|
132 |
+
temperature=0.1,
|
133 |
repetition_penalty=1.1,
|
134 |
max_length=4096,
|
135 |
speaker=speaker,
|