diff --git a/requirements.txt b/requirements.txt index a0f01c79042ad5fa1f4147881d3b3f57b7363799..000feea7f1148a517872b83b14f5219a63f2a4ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,4 @@ parler_tts @ git+https://github.com/huggingface/parler-tts.git melotts @ git+https://github.com/andimarafioti/MeloTTS.git#egg=MeloTTS # made a copy of MeloTTS to have compatible versions of transformers torch==2.4.0 sounddevice==0.5.0 -funasr -modelscope ChatTTS \ No newline at end of file diff --git a/requirements_mac.txt b/requirements_mac.txt index 24ba6434d116e37e88030d958ada90f56003a65e..3dbbd8af40fdb14c7ca2ae826d6056f2c4d7556b 100644 --- a/requirements_mac.txt +++ b/requirements_mac.txt @@ -4,4 +4,5 @@ melotts @ git+https://github.com/andimarafioti/MeloTTS.git#egg=MeloTTS # made a torch==2.4.0 sounddevice==0.5.0 lightning-whisper-mlx>=0.0.10 -mlx-lm>=0.14.0 \ No newline at end of file +mlx-lm>=0.14.0 +ChatTTS \ No newline at end of file