runtime error

ggingface_hub/hf_api.py", line 2348, in list_files_info for subpath_info in paginate(path=tree_url, headers=headers, params={"recursive": True, "expand": expand}): File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_pagination.py", line 35, in paginate r = session.get(path, params=params, headers=headers) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 63, in send return super().send(request, *args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: (MaxRetryError('HTTPSConnectionPool(host=\'huggingface.co\', port=443): Max retries exceeded with url: /api/models/foduucom/product-detection-in-shelf-yolov8/tree/main?recursive=True&expand=False (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7feeb1fdb340>: Failed to resolve \'huggingface.co\' ([Errno -3] Temporary failure in name resolution)"))'), '(Request ID: add0a6f5-e936-41c8-be39-257ec58aa5e7)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> model = YOLO('foduucom/product-detection-in-shelf-yolov8') File "/home/user/.local/lib/python3.10/site-packages/ultralyticsplus/ultralytics_utils.py", line 62, in __init__ raise NotImplementedError( NotImplementedError: Unable to load model='foduucom/product-detection-in-shelf-yolov8'. As an example try model='yolov8n.pt' or model='yolov8n.yaml'

Container logs:

Fetching error logs...