Spaces:
Build error
Build error
Fix requirements.txt: Replace broken PyTorch wheel URLs with standard packages
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
git+https://github.com/suno-ai/bark.git
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
https://download.pytorch.org/whl/nightly/cu117/torchaudio-2.1.0.dev20230413%2Bcu117-cp38-cp38-linux_x86_64.whl
|
|
|
|
| 1 |
git+https://github.com/suno-ai/bark.git
|
| 2 |
+
torch
|
| 3 |
+
torchaudio
|
| 4 |
+
torchvision
|
|
|