aamsko commited on
Commit
0b44944
·
verified ·
1 Parent(s): 5e30dca

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -18
requirements.txt CHANGED
@@ -1,19 +1,10 @@
1
- gradio
2
- torch>=1.12,<2.1
3
- torchvision>=0.13,<0.17
4
- Pillow
5
- requests
6
-
7
- # GFPGAN released via PyPI
8
- gfpgan>=1.3.8
9
-
10
- # Dependencies
11
- basicsr>=1.4.2
12
- facexlib>=0.2.5
13
- lmdb
14
- numpy<2
15
  opencv-python
16
- pyyaml
17
- scipy
18
- tqdm
19
- yapf
 
 
 
1
+ torch==1.13.1
2
+ torchvision==0.14.1
3
+ gradio==3.50.2
 
 
 
 
 
 
 
 
 
 
 
4
  opencv-python
5
+ numpy
6
+ pillow
7
+ requests
8
+ gfpgan==1.3.8
9
+ realesrgan==0.3.0
10
+ basicsr==1.4.2