Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch==2.0
|
2 |
-
torchaudio==2.0.
|
3 |
transformers
|
4 |
git+https://github.com/facebookresearch/audiocraft.git
|
5 |
spaces
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu118
|
3 |
transformers
|
4 |
git+https://github.com/facebookresearch/audiocraft.git
|
5 |
spaces
|