This commit is contained in:
Eren G??lge 2023-05-24 00:27:19 +02:00
parent 4fe9f4bd41
commit 5b2c6534c9
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ if is_coqui_available:
wav = tts.tts(text="This is a test.", speed=2.0, emotion="Sad")
self.assertGreater(len(wav), 0)
def test_fairseq_model(self):
def test_fairseq_model(self): # pylint: disable=no-self-use
tts = TTS(model_name="tts_models/eng/fairseq/vits")
tts.tts_to_file(text="This is a test.")