Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -4,4 +4,8 @@ scipy
|
|
4 |
soundfile
|
5 |
torch
|
6 |
transformers
|
7 |
-
git+https://github.com/suno-ai/bark.git
|
|
|
|
|
|
|
|
|
|
4 |
soundfile
|
5 |
torch
|
6 |
transformers
|
7 |
+
git+https://github.com/suno-ai/bark.git
|
8 |
+
torch>=2.0.0+cu118
|
9 |
+
torchvision>=0.15.0+cu118
|
10 |
+
torchaudio>=2.0.0
|
11 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|