Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
| 3 |
+
opencv-python
|
| 4 |
+
gradio
|
| 5 |
+
basicsr
|
| 6 |
+
facexlib
|
| 7 |
+
gfpgan
|
| 8 |
+
numpy<2
|
| 9 |
+
git+https://github.com/xinntao/Real-ESRGAN.git
|