Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
|
|
|
|
1 |
basicsr>=1.3.3.11
|
2 |
facexlib>=0.2.0.3
|
3 |
gfpgan>=0.2.1
|
4 |
numpy
|
5 |
opencv-python
|
6 |
Pillow
|
7 |
-
torch>=1.7
|
8 |
-
torchvision
|
9 |
tqdm
|
|
|
1 |
+
torch>=1.7
|
2 |
+
torchvision
|
3 |
basicsr>=1.3.3.11
|
4 |
facexlib>=0.2.0.3
|
5 |
gfpgan>=0.2.1
|
6 |
numpy
|
7 |
opencv-python
|
8 |
Pillow
|
|
|
|
|
9 |
tqdm
|