Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
torch==1.13.1
|
| 2 |
-
torchvision==0.14.1
|
| 3 |
-
gfpgan
|
| 4 |
facexlib
|
| 5 |
insightface==0.7.3
|
| 6 |
onnxruntime
|
| 7 |
opencv-python
|
| 8 |
-
numpy
|
| 9 |
Pillow
|
| 10 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
facexlib
|
| 2 |
insightface==0.7.3
|
| 3 |
onnxruntime
|
| 4 |
opencv-python
|
|
|
|
| 5 |
Pillow
|
| 6 |
+
gradio
|
| 7 |
+
numpy<2
|
| 8 |
+
torch>=1.12.1,<2.0
|
| 9 |
+
torchvision>=0.13.1,<0.14
|
| 10 |
+
gfpgan
|
| 11 |
+
basicsr
|