Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
torch==2.0
|
2 |
-
new-basicsr
|
3 |
facexlib>=0.2.5
|
4 |
-
|
|
|
5 |
numpy
|
6 |
opencv-python
|
7 |
-
pyyaml
|
8 |
-
scipy
|
9 |
-
tb-nightly
|
10 |
-
torch>=1.7
|
11 |
torchvision
|
|
|
12 |
tqdm
|
13 |
-
|
|
|
|
|
|
|
|
1 |
+
torch==2.1.0
|
|
|
2 |
facexlib>=0.2.5
|
3 |
+
gfpgan>=1.3.7
|
4 |
+
realesrgan>=0.2.5
|
5 |
numpy
|
6 |
opencv-python
|
|
|
|
|
|
|
|
|
7 |
torchvision
|
8 |
+
scipy
|
9 |
tqdm
|
10 |
+
lmdb
|
11 |
+
pyyaml
|
12 |
+
yapf
|
13 |
+
new-basicsr
|