diff --git a/s2s_pipeline.py b/s2s_pipeline.py index 66aeaa58b284c2f062669641464b7b50610baf35..b08d0f953ca0f4424eb9472d65de74752f857500 100644 --- a/s2s_pipeline.py +++ b/s2s_pipeline.py @@ -12,7 +12,6 @@ from time import perf_counter from typing import Optional from sys import platform from LLM.mlx_lm import MLXLanguageModelHandler -from TTS.melotts import MeloTTSHandler from baseHandler import BaseHandler from STT.lightning_whisper_mlx_handler import LightningWhisperSTTHandler import numpy as np @@ -1069,6 +1068,7 @@ def main(): ) elif module_kwargs.tts == 'melo': + from TTS.melotts import MeloTTSHandler tts = MeloTTSHandler( stop_event, queue_in=lm_response_queue,