Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
gradio>=5.25.2
|
2 |
-
torch==2.6.0
|
3 |
-
torchaudio==2.6.0
|
4 |
-
transformers>=4.52.1
|
5 |
-
diffusers>=0.10.0
|
6 |
-
pyannote.audio>=2.1.0
|
7 |
-
soundfile>=0.13.1
|
8 |
-
numpy>=2.2.4
|
9 |
-
git+https://github.com/nari-labs/dia.git
|
10 |
-
descript-audio-codec==1.0.0
|
11 |
-
pydub>=0.25.1
|
12 |
-
peft>=0.5.0
|
13 |
-
accelerate>=0.20.0
|
14 |
-
librosa>=0.10.0
|
|
|
1 |
+
gradio>=5.25.2
|
2 |
+
torch==2.6.0
|
3 |
+
torchaudio==2.6.0
|
4 |
+
transformers>=4.52.1
|
5 |
+
diffusers>=0.10.0
|
6 |
+
pyannote.audio>=2.1.0
|
7 |
+
soundfile>=0.13.1
|
8 |
+
numpy>=2.2.4
|
9 |
+
git+https://github.com/nari-labs/dia.git
|
10 |
+
descript-audio-codec==1.0.0
|
11 |
+
pydub>=0.25.1
|
12 |
+
peft>=0.5.0
|
13 |
+
accelerate>=0.20.0
|
14 |
+
librosa>=0.10.0
|