From 012d8bf7008bca1252d25d1e5dbeea285e4a0996 Mon Sep 17 00:00:00 2001
From: Andres Marafioti <andimarafioti@gmail.com>
Date: Thu, 22 Aug 2024 15:45:59 +0200
Subject: [PATCH] add melotts to the requirements

---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 1a83958..e36b3d5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,6 @@
 nltk==3.8.1
 parler_tts @ git+https://github.com/huggingface/parler-tts.git
+melotts @ git+https://github.com/andimarafioti/MeloTTS.git  # made a copy of MeloTTS to have compatible versions of transformers
 torch==2.4.0
 sounddevice==0.5.0
 lightning-whisper-mlx==0.0.10
-- 
GitLab