Spaces:
Running
on
Zero
Running
on
Zero
Fix
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -4,7 +4,6 @@ huggingface-hub>=0.30.2
|
|
4 |
numpy>=2.2.4
|
5 |
pydantic>=2.11.3
|
6 |
soundfile>=0.13.1
|
7 |
-
torchaudio
|
8 |
-
torch
|
9 |
-
triton==3.2.0
|
10 |
gradio-dialogue>=0.0.4
|
|
|
4 |
numpy>=2.2.4
|
5 |
pydantic>=2.11.3
|
6 |
soundfile>=0.13.1
|
7 |
+
torchaudio>=2.0.0
|
8 |
+
torch>=2.0.0
|
|
|
9 |
gradio-dialogue>=0.0.4
|