Spaces:
Running
Running
Update files
Browse files- app.py +1 -0
- requirements.txt +2 -1
app.py
CHANGED
@@ -179,6 +179,7 @@ if __name__ == "__main__":
|
|
179 |
"ch_PP-OCRv4_rec_infer.onnx",
|
180 |
"ch_PP-OCRv3_rec_infer.onnx",
|
181 |
"ch_PP-OCRv2_rec_infer.onnx",
|
|
|
182 |
"ch_ppocr_server_v2.0_rec_infer.onnx",
|
183 |
"en_PP-OCRv3_rec_infer.onnx",
|
184 |
"en_number_mobile_v2.0_rec_infer.onnx",
|
|
|
179 |
"ch_PP-OCRv4_rec_infer.onnx",
|
180 |
"ch_PP-OCRv3_rec_infer.onnx",
|
181 |
"ch_PP-OCRv2_rec_infer.onnx",
|
182 |
+
"ch_PP-OCRv4_det_server_infer.onnx",
|
183 |
"ch_ppocr_server_v2.0_rec_infer.onnx",
|
184 |
"en_PP-OCRv3_rec_infer.onnx",
|
185 |
"en_number_mobile_v2.0_rec_infer.onnx",
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
Pillow
|
2 |
onnxruntime
|
3 |
-
rapidocr_onnxruntime
|
|
|
|
1 |
Pillow
|
2 |
onnxruntime
|
3 |
+
rapidocr_onnxruntime
|
4 |
+
streamlit_image_select
|