Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
gfpgan
|
| 2 |
-
basicsr
|
| 3 |
torch
|
| 4 |
torchvision
|
|
|
|
|
|
|
| 5 |
insightface
|
| 6 |
onnxruntime
|
| 7 |
-
gradio
|
| 8 |
opencv-python
|
| 9 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
+
gfpgan
|
| 4 |
+
facexlib
|
| 5 |
insightface
|
| 6 |
onnxruntime
|
|
|
|
| 7 |
opencv-python
|
| 8 |
+
numpy
|
| 9 |
+
Pillow
|
| 10 |
+
gradio
|