SWHL commited on
Commit
3beaa28
1 Parent(s): 952e9bd

Update files

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. 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