Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
Co-authored-by: Aarni Koskela <[email protected]>
  • Loading branch information
Edresson and akx authored Nov 6, 2023
1 parent 905900a commit 5f9ab6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/tts/layers/xtts/trainer/gpt_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_run(self, assets) -> Tuple[Dict, Dict]: # pylint: disable=W0613
self.config,
s_info["speaker_wav"],
s_info["language"],
gpt_cond_len=3
gpt_cond_len=3,
)["wav"]
test_audios["{}-audio".format(idx)] = wav

Expand Down

0 comments on commit 5f9ab6c

Please sign in to comment.