Update requirements.txt
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ torchaudio>=2.6.0
|
|
7 |
transformers>=4.30.0
|
8 |
accelerate>=0.20.0
|
9 |
|
10 |
-
# Updated versions for
|
11 |
gradio>=5.25.2
|
12 |
numpy>=2.2.4
|
13 |
|
@@ -16,11 +16,6 @@ librosa>=0.10.0
|
|
16 |
soundfile>=0.13.1
|
17 |
scipy>=1.9.0
|
18 |
|
19 |
-
# Dia TTS dependencies
|
20 |
-
descript-audio-codec>=1.0.0
|
21 |
-
huggingface-hub>=0.30.2
|
22 |
-
pydantic>=2.11.3
|
23 |
-
|
24 |
# Speech models
|
25 |
datasets>=2.14.0
|
26 |
peft>=0.6.0
|
@@ -30,5 +25,5 @@ safetensors>=0.3.0
|
|
30 |
requests>=2.28.0
|
31 |
python-dotenv>=1.0.0
|
32 |
|
33 |
-
# Install
|
34 |
-
git+https://github.com/nari-labs/
|
|
|
7 |
transformers>=4.30.0
|
8 |
accelerate>=0.20.0
|
9 |
|
10 |
+
# Updated versions for compatibility
|
11 |
gradio>=5.25.2
|
12 |
numpy>=2.2.4
|
13 |
|
|
|
16 |
soundfile>=0.13.1
|
17 |
scipy>=1.9.0
|
18 |
|
|
|
|
|
|
|
|
|
|
|
19 |
# Speech models
|
20 |
datasets>=2.14.0
|
21 |
peft>=0.6.0
|
|
|
25 |
requests>=2.28.0
|
26 |
python-dotenv>=1.0.0
|
27 |
|
28 |
+
# Install Dia TTS directly from the CORRECT git repository
|
29 |
+
git+https://github.com/nari-labs/dia.git
|