From 54194b35e9b7b194f1fee2494a6f41b6b1c79834 Mon Sep 17 00:00:00 2001
From: wuhongsheng <664116298@qq.com>
Date: Wed, 28 Aug 2024 15:30:53 +0800
Subject: [PATCH] feat:add chatTTS requirements

---
 requirements.txt     | 2 --
 requirements_mac.txt | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index a0f01c7..000feea 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 24ba643..3dbbd8a 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
-- 
GitLab