Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
opencv-python
|
4 |
timm
|
5 |
tqdm
|
6 |
kornia
|
7 |
gdown
|
8 |
-
transparent-background
|
|
|
|
1 |
+
torch==2.2.0
|
2 |
+
torchvision==0.13.0
|
3 |
opencv-python
|
4 |
timm
|
5 |
tqdm
|
6 |
kornia
|
7 |
gdown
|
8 |
+
transparent-background
|
9 |
+
gradio>=4.0
|