Spaces:
Runtime error
Runtime error
Versions Fix, opencv-python
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,15 +1,17 @@
|
|
1 |
#numpy==1.24.3
|
2 |
numpy
|
|
|
|
|
|
|
3 |
onnx==1.14.0
|
4 |
-
insightface==0.7.3
|
|
|
5 |
psutil==5.9.5
|
6 |
tk==0.1.0
|
7 |
-
customtkinter==5.2.0
|
8 |
-
tkinterdnd2==0.3.0
|
9 |
#onnxruntime==1.15.0
|
10 |
gfpgan
|
11 |
tensorflow==2.13.0
|
12 |
opennsfw2==0.10.2
|
13 |
protobuf==4.23.4
|
14 |
tqdm==4.65.0
|
15 |
-
onnxruntime-gpu
|
|
|
1 |
#numpy==1.24.3
|
2 |
numpy
|
3 |
+
opencv-python
|
4 |
+
customtkinter==5.2.0
|
5 |
+
tkinterdnd2==0.3.0
|
6 |
onnx==1.14.0
|
7 |
+
#insightface==0.7.3
|
8 |
+
insightface
|
9 |
psutil==5.9.5
|
10 |
tk==0.1.0
|
|
|
|
|
11 |
#onnxruntime==1.15.0
|
12 |
gfpgan
|
13 |
tensorflow==2.13.0
|
14 |
opennsfw2==0.10.2
|
15 |
protobuf==4.23.4
|
16 |
tqdm==4.65.0
|
17 |
+
onnxruntime-gpu
|