Update requirements.txt

#72
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,13 +1,14 @@
1
- torch>=1.7
2
- basicsr>=1.4.2
3
- facexlib>=0.2.5
4
- gfpgan>=1.3.7
5
- realesrgan>=0.2.5
6
- numpy
7
  opencv-python
8
- torchvision
 
 
 
 
9
  scipy
10
  tqdm
11
  lmdb
12
  pyyaml
13
  yapf
 
 
1
+ torch==1.13.1
2
+ torchvision==0.14.1
 
 
 
 
3
  opencv-python
4
+ basicsr==1.4.2
5
+ facexlib==0.2.5
6
+ gfpgan==1.3.8
7
+ realesrgan==0.3.0
8
+ numpy
9
  scipy
10
  tqdm
11
  lmdb
12
  pyyaml
13
  yapf
14
+ gradio==3.50.2