Spaces:
Runtime error
Runtime error
Zengyf-CVer
commited on
Commit
•
cd78379
1
Parent(s):
da6cb59
app update
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -32,7 +32,7 @@ onnxruntime
|
|
32 |
scikit-learn==0.19.2 # CoreML quantization
|
33 |
tensorflow-gpu>=2.4.1 # TFLite export
|
34 |
tensorflowjs>=3.9.0 # TF.js export
|
35 |
-
openvino-dev # OpenVINO export
|
36 |
|
37 |
# Extras --------------------------------------
|
38 |
ipython # interactive notebook
|
|
|
32 |
scikit-learn==0.19.2 # CoreML quantization
|
33 |
tensorflow-gpu>=2.4.1 # TFLite export
|
34 |
tensorflowjs>=3.9.0 # TF.js export
|
35 |
+
openvino-dev==2022.1.0 # OpenVINO export
|
36 |
|
37 |
# Extras --------------------------------------
|
38 |
ipython # interactive notebook
|