diff --git a/tests/inference_tests/test_python_api.py b/tests/inference_tests/test_python_api.py index 71690440..02569607 100644 --- a/tests/inference_tests/test_python_api.py +++ b/tests/inference_tests/test_python_api.py @@ -37,8 +37,7 @@ class TTSTest(unittest.TestCase): self.assertGreater(len(tts.speakers), 1) self.assertGreater(len(tts.languages), 1) - @staticmethod - def test_voice_cloning(self): + def test_voice_cloning(self): # pylint: disable=no-self-use tts = TTS() tts.load_model_by_name("tts_models/multilingual/multi-dataset/your_tts") tts.tts_to_file("Hello world!", speaker_wav=cloning_test_wav_path, language="en", file_path=OUTPUT_PATH)