Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,6 +4,6 @@ gfpgan>=1.3.5
|
|
4 |
numpy
|
5 |
opencv-python
|
6 |
Pillow
|
7 |
-
torch
|
8 |
-
torchvision
|
9 |
tqdm
|
|
|
4 |
numpy
|
5 |
opencv-python
|
6 |
Pillow
|
7 |
+
torch==2.0.1
|
8 |
+
torchvision==0.15.2
|
9 |
tqdm
|