Hugging Face's logo
Hisotek
/
Agents
Runtime error

runtime error

Exit code: 1. Reason: Checking connectivity to the model hosters, this may take a while. To bypass this check, set `PADDLE_PDX_DISABLE_MODEL_SOURCE_CHECK` to `True`. Traceback (most recent call last): File "/app/app.py", line 6, in <module> from utils import detect_text_boxes, preprocess_image, decode_predictions, crop_and_resize_line, sort_annotations_by_top File "/app/utils.py", line 9, in <module> ocr_engine = PaddleOCR( use_angle_cls=False, ...<3 lines>... det_limit_side_len=1280 ) File "/usr/local/lib/python3.13/site-packages/paddleocr/_pipelines/ocr.py", line 163, in __init__ super().__init__(**base_params) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/paddleocr/_pipelines/base.py", line 63, in __init__ self._common_args = parse_common_args( ~~~~~~~~~~~~~~~~~^ common_args, default_enable_hpi=_DEFAULT_ENABLE_HPI ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/paddleocr/_common_args.py", line 45, in parse_common_args raise ValueError(f"Unknown argument: {name}") ValueError: Unknown argument: rec

Container logs:

Fetching error logs...