mirror of https://github.com/coqui-ai/TTS.git
Update xtts.py
This commit is contained in:
parent
22017bbd6a
commit
03e73dea98
|
@ -424,7 +424,6 @@ class Xtts(BaseTTS):
|
||||||
text,
|
text,
|
||||||
ref_audio_path,
|
ref_audio_path,
|
||||||
language,
|
language,
|
||||||
speed,
|
|
||||||
# GPT inference
|
# GPT inference
|
||||||
temperature=0.75,
|
temperature=0.75,
|
||||||
length_penalty=1.0,
|
length_penalty=1.0,
|
||||||
|
@ -437,6 +436,7 @@ class Xtts(BaseTTS):
|
||||||
gpt_cond_chunk_len=6,
|
gpt_cond_chunk_len=6,
|
||||||
max_ref_len=10,
|
max_ref_len=10,
|
||||||
sound_norm_refs=False,
|
sound_norm_refs=False,
|
||||||
|
speed=1.0,
|
||||||
**hf_generate_kwargs,
|
**hf_generate_kwargs,
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue