Update requeriments, add torch+cuda
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio
|
2 |
-
torch==2.0.1+cu118
|
3 |
torchvision==0.15.2+cu118
|
4 |
torchaudio==2.0.2
|
5 |
speechbrain
|
|
|
1 |
gradio
|
2 |
+
torch==2.0.1+cu118 --index-url https://download.pytorch.org/whl/cu118
|
3 |
torchvision==0.15.2+cu118
|
4 |
torchaudio==2.0.2
|
5 |
speechbrain
|