Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
1 |
gradio
|
2 |
urllib3==1.25.10
|
3 |
-
torch==1.6.0
|
4 |
-
torchvision
|
5 |
fastai==1.0.61
|
6 |
numpy
|
7 |
pandas
|
|
|
1 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
gradio
|
3 |
urllib3==1.25.10
|
4 |
+
torch==1.6.0+cpu
|
5 |
+
torchvision===0.7.0+cpu
|
6 |
fastai==1.0.61
|
7 |
numpy
|
8 |
pandas
|