Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==1.13.1
|
| 2 |
+
torchvision==0.14.1
|
| 3 |
+
opencv-python==4.6.0.66
|
| 4 |
+
numpy
|
| 5 |
+
gradio==3.41.2
|
| 6 |
+
basicsr==1.4.2
|
| 7 |
+
realesrgan==0.3.0
|
| 8 |
+
gfpgan==1.3.8
|
| 9 |
+
insightface==0.7.3
|