Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio>=4.10.0
|
2 |
-
torch
|
3 |
transformers>=4.52.1
|
4 |
diffusers>=0.10.0
|
5 |
pyannote.audio>=2.1.0
|
@@ -7,7 +7,5 @@ soundfile>=0.12.0
|
|
7 |
numpy>=1.21.0
|
8 |
git+https://github.com/nari-labs/dia.git@2811af1c5f476b1f49f4744fabf56cf352be21e5
|
9 |
descript-audio-codec==1.0.0
|
10 |
-
|
11 |
-
audio-diffusion-pytorch==0.1.3
|
12 |
-
librosa>=0.9.2
|
13 |
accelerate>=0.20.0
|
|
|
1 |
gradio>=4.10.0
|
2 |
+
torch==2.6.0
|
3 |
transformers>=4.52.1
|
4 |
diffusers>=0.10.0
|
5 |
pyannote.audio>=2.1.0
|
|
|
7 |
numpy>=1.21.0
|
8 |
git+https://github.com/nari-labs/dia.git@2811af1c5f476b1f49f4744fabf56cf352be21e5
|
9 |
descript-audio-codec==1.0.0
|
10 |
+
librosa>=0.10.0
|
|
|
|
|
11 |
accelerate>=0.20.0
|