Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
gradio>=
|
2 |
-
torch==2.
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
1 |
+
gradio>=5.25.2
|
2 |
+
torch==2.7.0
|
3 |
+
torchaudio==2.7.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@2811af1c5f476b1f49f4744fabf56cf352be21e5
|
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
|