Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -2,11 +2,10 @@ 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
|
|
|
2 |
torch==2.6.0
|
3 |
torchaudio==2.6.0
|
4 |
transformers>=4.52.1
|
|
|
5 |
pyannote.audio>=2.1.0
|
6 |
soundfile>=0.13.1
|
7 |
numpy>=2.2.4
|
8 |
+
git+https://github.com/nari-labs/dia.git@2811af1c5f476b1f49f4744fabf56cf352be21e5
|
9 |
descript-audio-codec==1.0.0
|
10 |
pydub>=0.25.1
|
11 |
peft>=0.5.0
|