Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch==2.1.2+cu118
|
2 |
-
torchaudio==2.1.2+cu118
|
3 |
-
torchvision==0.16.2+cu118
|
4 |
gradio==5.20.0
|
5 |
gradio_client==1.7.2
|
6 |
transformers==4.45.0
|
|
|
1 |
+
torch==2.1.2+cu118 -f https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torchaudio==2.1.2+cu118 -f https://download.pytorch.org/whl/torch_stable.html
|
3 |
+
torchvision==0.16.2+cu118 -f https://download.pytorch.org/whl/torch_stable.html
|
4 |
gradio==5.20.0
|
5 |
gradio_client==1.7.2
|
6 |
transformers==4.45.0
|