chore: Add new dependencies to requirements.txt for enhanced functionality
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
openvino==2024.6.0
|
2 |
onnxruntime-openvino==1.20.0
|
3 |
gradio==5.23.1
|
|
|
|
|
|
|
4 |
huggingface-hub==0.29.3
|
5 |
matplotlib==3.10.0
|
6 |
opencv-python-headless==4.10.0.84
|
|
|
1 |
openvino==2024.6.0
|
2 |
onnxruntime-openvino==1.20.0
|
3 |
gradio==5.23.1
|
4 |
+
gradio_client==1.8.0
|
5 |
+
anyio==4.8.0
|
6 |
+
starlette==0.41.3
|
7 |
huggingface-hub==0.29.3
|
8 |
matplotlib==3.10.0
|
9 |
opencv-python-headless==4.10.0.84
|