Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
torch==1.
|
|
|
2 |
gradio==2.2.8
|
3 |
transformers==4.6.1
|
|
|
1 |
+
torch==1.9.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
+
torchvision==0.10.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
3 |
gradio==2.2.8
|
4 |
transformers==4.6.1
|