Skip to content

Commit

Permalink
Update xtts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MoctarHaiz authored Apr 8, 2024
1 parent 22017bb commit 03e73de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/tts/models/xtts.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ def full_inference(
text,
ref_audio_path,
language,
speed,
# GPT inference
temperature=0.75,
length_penalty=1.0,
Expand All @@ -437,6 +436,7 @@ def full_inference(
gpt_cond_chunk_len=6,
max_ref_len=10,
sound_norm_refs=False,
speed=1.0,
**hf_generate_kwargs,
):
"""
Expand Down

0 comments on commit 03e73de

Please sign in to comment.