Spaces:
Runtime error
Runtime error
Update requirement.txt
Browse files- requirement.txt +8 -7
requirement.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
opencv-python
|
6 |
-
|
7 |
-
|
|
|
|
1 |
+
gradio_imageslider==0.0.20
|
2 |
+
numpy==2.2.6
|
3 |
+
onnx==1.18.0
|
4 |
+
onnxruntime-gpu==1.22.0
|
5 |
+
opencv-python==4.12.0.88
|
6 |
+
opencv-python-headless==4.12.0.88
|
7 |
+
gradio>=5.38.2
|
8 |
+
|