Spaces:
Runtime error
Runtime error
Create requirements-full.txt
Browse files- requirements-full.txt +16 -0
requirements-full.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.36.1
|
| 2 |
+
huggingface_hub==0.23.0
|
| 3 |
+
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
Pillow==10.4.0
|
| 6 |
+
opencv-python-headless==4.9.0.80
|
| 7 |
+
|
| 8 |
+
torch==2.0.1
|
| 9 |
+
torchvision==0.15.2
|
| 10 |
+
|
| 11 |
+
insightface==0.7.3
|
| 12 |
+
onnxruntime==1.15.1
|
| 13 |
+
|
| 14 |
+
gfpgan==1.3.8
|
| 15 |
+
basicsr==1.4.2
|
| 16 |
+
facexlib==0.3.0
|