edwko commited on
Commit
dbfae64
·
verified ·
1 Parent(s): 3074884

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.4,
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,