Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
4 |
gradio==2.7.5
|
5 |
icevision[all]
|
6 |
|
|
|
1 |
+
-f https://download.pytorch.org/whl/torch_stable.html --upgrade -q
|
2 |
+
torch==1.11.0+cu113
|
3 |
+
torchvision==0.11.0+cu113
|
4 |
+
torchtext==0.12.0
|
5 |
gradio==2.7.5
|
6 |
icevision[all]
|
7 |
|