Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -11
requirements.txt
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
-
torch>=1.7
|
2 |
-
basicsr>=1.4.2
|
3 |
-
facexlib>=0.2.5
|
4 |
-
gfpgan>=1.3.7
|
5 |
-
realesrgan>=0.2.5
|
6 |
numpy<2
|
7 |
opencv-python
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
numpy<2
|
2 |
opencv-python
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
gradio
|
6 |
+
basicsr
|
7 |
+
gfpgan
|
8 |
+
realesrgan
|