Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch~=
|
2 |
typing~=3.7.4.3
|
3 |
-
torchvision~=0.
|
4 |
tqdm~=4.65.0
|
5 |
-
gradio==3.1.4
|
|
|
1 |
+
torch~=1.0.0
|
2 |
typing~=3.7.4.3
|
3 |
+
torchvision~=0.9.0
|
4 |
tqdm~=4.65.0
|
5 |
+
gradio==3.1.4
|