Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -9,8 +9,8 @@ num2words
|
|
| 9 |
numpy
|
| 10 |
sentencepiece
|
| 11 |
spacy==3.5.2
|
| 12 |
-
torch==2.
|
| 13 |
-
torchaudio==2.
|
| 14 |
huggingface_hub
|
| 15 |
tqdm
|
| 16 |
transformers
|
|
@@ -19,6 +19,6 @@ demucs
|
|
| 19 |
librosa
|
| 20 |
demucs
|
| 21 |
scipy
|
| 22 |
-
moviepy
|
| 23 |
yt-dlp
|
| 24 |
diffq
|
|
|
|
| 9 |
numpy
|
| 10 |
sentencepiece
|
| 11 |
spacy==3.5.2
|
| 12 |
+
torch==2.5.1
|
| 13 |
+
torchaudio==2.5.1
|
| 14 |
huggingface_hub
|
| 15 |
tqdm
|
| 16 |
transformers
|
|
|
|
| 19 |
librosa
|
| 20 |
demucs
|
| 21 |
scipy
|
| 22 |
+
moviepy<2
|
| 23 |
yt-dlp
|
| 24 |
diffq
|