Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
|
|
3 |
torchaudio
|
4 |
scipy==1.13.1
|
5 |
onnxruntime-gpu==1.19.0
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
torchaudio
|
5 |
scipy==1.13.1
|
6 |
onnxruntime-gpu==1.19.0
|