Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
gradio
|
2 |
torch
|
3 |
torchvision
|
4 |
-
opencv-python-headless
|
5 |
numpy
|
6 |
-
|
|
|
|
|
7 |
git+https://github.com/xinntao/Real-ESRGAN.git
|
|
|
1 |
gradio
|
2 |
torch
|
3 |
torchvision
|
|
|
4 |
numpy
|
5 |
+
opencv-python-headless
|
6 |
+
facexlib
|
7 |
+
git+https://github.com/xinntao/BasicSR.git
|
8 |
git+https://github.com/xinntao/Real-ESRGAN.git
|