Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
|
|
1 |
pydub
|
2 |
-
torch==1.7.0+cu101
|
3 |
-
torchvision==0.8.1+cu101
|
4 |
-
torchaudio==0.7.0
|
|
|
1 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
pydub
|
3 |
+
torch==1.7.0+cu101
|
4 |
+
torchvision==0.8.1+cu101
|
5 |
+
torchaudio==0.7.0
|