Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
transformers==4.44.2
|
| 3 |
huggingface-hub>=0.34.0,<1.0
|
| 4 |
-
soundfile==0.12.1
|
| 5 |
librosa==0.10.0.post2
|
| 6 |
numba==0.57.1
|
|
|
|
|
|
| 1 |
+
torch>=2.1.0
|
| 2 |
+
torchaudio>=2.1.0
|
| 3 |
transformers==4.44.2
|
| 4 |
huggingface-hub>=0.34.0,<1.0
|
|
|
|
| 5 |
librosa==0.10.0.post2
|
| 6 |
numba==0.57.1
|
| 7 |
+
soundfile
|