Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
spaces
|
| 2 |
gradio>=4
|
|
|
|
|
|
|
| 3 |
transformers>=5.5
|
| 4 |
-
torch>=2.8.0
|
| 5 |
-
torchaudio
|
| 6 |
-
soundfile
|
| 7 |
accelerate
|
|
|
|
|
|
| 1 |
spaces
|
| 2 |
gradio>=4
|
| 3 |
+
torch==2.8.0
|
| 4 |
+
torchaudio==2.8.0
|
| 5 |
transformers>=5.5
|
|
|
|
|
|
|
|
|
|
| 6 |
accelerate
|
| 7 |
+
soundfile
|