runtime error
Space failed. Exit code: 1. Reason: assert_and_prepare_model_files:124] can not find model file /home/user/.cnstd/1.2/ppocr/ch_PP-OCRv3_det_infer.onnx [ERROR 2024-04-11 15:47:13,694 get_model_file:251] Failed downloading url https://sg-models.oss-cn-beijing.aliyuncs.com/cnstd/1.2/ch_PP-OCRv3_det_infer-onnx.zip Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/cnstd/utils/utils.py", line 249, in get_model_file download(url, path=zip_file_path, download_source=download_source, overwrite=True) File "/home/user/.local/lib/python3.10/site-packages/cnstd/utils/utils.py", line 178, in download raise RuntimeError("Failed downloading url %s" % oss_url) RuntimeError: Failed downloading url https://sg-models.oss-cn-beijing.aliyuncs.com/cnstd/1.2/ch_PP-OCRv3_det_infer-onnx.zip During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 29, in <module> ocr = CnOcr() File "/home/user/.local/lib/python3.10/site-packages/cnocr/cn_ocr.py", line 169, in __init__ self.det_model = CnStd( File "/home/user/.local/lib/python3.10/site-packages/cnstd/cn_std.py", line 98, in __init__ self.det_model = det_cls( File "/home/user/.local/lib/python3.10/site-packages/cnstd/ppocr/pp_detector.py", line 69, in __init__ self._assert_and_prepare_model_files(model_fp, root) File "/home/user/.local/lib/python3.10/site-packages/cnstd/ppocr/pp_detector.py", line 132, in _assert_and_prepare_model_files get_model_file(url, self._model_dir, download_source=DOWNLOAD_SOURCE) # download the .zip file and unzip File "/home/user/.local/lib/python3.10/site-packages/cnstd/utils/utils.py", line 256, in get_model_file raise ModelDownloadingError(message) cnstd.utils.utils.ModelDownloadingError: Failed to download model: ch_PP-OCRv3_det_infer-onnx.zip. Please open your VPN and try again. If this error persists, please follow the instruction at [CnSTD/CnOCR Doc](https://www.breezedeus.com/cnocr) to manually download the model files.
Container logs:
Fetching error logs...