Update xtts.py

This commit is contained in:
Moctar Haiz 2024-04-08 22:16:09 +02:00 committed by GitHub
parent 22017bbd6a
commit 03e73dea98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,6 @@ class Xtts(BaseTTS):
text,
ref_audio_path,
language,
speed,
# GPT inference
temperature=0.75,
length_penalty=1.0,
@ -437,6 +436,7 @@ class Xtts(BaseTTS):
gpt_cond_chunk_len=6,
max_ref_len=10,
sound_norm_refs=False,
speed=1.0,
**hf_generate_kwargs,
):
"""