diff --git a/requirements.txt b/requirements.txt index b4a5a0e36820f6b4a6900ada8d3a4b8a6059f669..3faeb785953273e22b1dcc5ed575bdf2c444dfa1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,6 @@ nltk==3.9.1 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 \ No newline at end of file +sounddevice==0.5.0 +funasr +modelscope \ No newline at end of file diff --git a/requirements_mac.txt b/requirements_mac.txt index 24ba6434d116e37e88030d958ada90f56003a65e..e1e864a7da83171ac47b73175c5317a9614493bc 100644 --- a/requirements_mac.txt +++ b/requirements_mac.txt @@ -4,4 +4,6 @@ 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 +funasr +modelscope \ No newline at end of file