kymlcode commited on
Commit
4f6a290
·
verified ·
1 Parent(s): 35c3939

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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