Spaces:
Running
Running
Commit
·
f816f3e
1
Parent(s):
a3db009
fix: Add onnxruntime to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
#
|
7 |
--extra-index-url https://pypi.org/simple
|
8 |
|
|
|
9 |
cnocr>=2.3.2.1,<2.4
|
10 |
opencv-python
|
11 |
numpy
|
|
|
6 |
#
|
7 |
--extra-index-url https://pypi.org/simple
|
8 |
|
9 |
+
onnxruntime
|
10 |
cnocr>=2.3.2.1,<2.4
|
11 |
opencv-python
|
12 |
numpy
|