guetLzy commited on
Commit
9b58a54
·
verified ·
1 Parent(s): a3d8774

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
- basicsr
2
- Gradio
3
- facexlib
4
- gfpgan
5
  numpy
6
  opencv-python
7
  Pillow
8
- torch==2.0.1
9
- torchvision==0.15.2
10
  tqdm
 
1
+ basicsr>=1.4.2
2
+ facexlib>=0.2.5
3
+ gfpgan>=1.3.5
 
4
  numpy
5
  opencv-python
6
  Pillow
7
+ torch>=1.7
8
+ torchvision
9
  tqdm