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