NeuralFalcon commited on
Commit
fb41ca7
·
verified ·
1 Parent(s): 7c4dfe3

Update requirement.txt

Browse files
Files changed (1) hide show
  1. requirement.txt +8 -7
requirement.txt CHANGED
@@ -1,7 +1,8 @@
1
- numpy==2.2.6
2
- onnx==1.18.0
3
- onnxruntime-gpu==1.22.0
4
- opencv-python==4.12.0.88
5
- opencv-python-headless==4.12.0.88
6
- gradio>=5.38.2
7
- gradio_imageslider==0.0.20
 
 
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
+