Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
gfpgan>=1.3.5
|
| 4 |
numpy
|
| 5 |
opencv-python
|
| 6 |
Pillow
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
tqdm
|
| 10 |
gradio
|
| 11 |
realesrgan
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
|
|
|
| 3 |
numpy
|
| 4 |
opencv-python
|
| 5 |
Pillow
|
| 6 |
+
basicsr
|
| 7 |
+
facexlib
|
| 8 |
+
gfpgan
|
| 9 |
tqdm
|
| 10 |
gradio
|
| 11 |
realesrgan
|