feat: adicionar onnxruntime-openvino às dependências no requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio
|
2 |
onnxruntime
|
|
|
3 |
opencv-python-headless
|
4 |
numpy
|
5 |
Pillow
|
|
|
1 |
gradio
|
2 |
onnxruntime
|
3 |
+
onnxruntime-openvino
|
4 |
opencv-python-headless
|
5 |
numpy
|
6 |
Pillow
|