runtime error

hub weights = download_from_hub(weights, hf_token=hf_token) File "/home/user/.local/lib/python3.8/site-packages/ultralyticsplus/hf_utils.py", line 567, in download_from_hub repo_files = list_repo_files(repo_id=hf_model_id, repo_type="model", token=hf_token) File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 120, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/hf_api.py", line 1858, in list_repo_files repo_info = self.repo_info( File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 120, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/hf_api.py", line 1814, in repo_info return method( File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 120, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/hf_api.py", line 1624, in model_info hf_raise_for_status(r) File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/utils/_errors.py", line 301, in hf_raise_for_status raise HfHubHTTPError(str(e), response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/models/eeshawn11/naruto_hand_seal_detection (Request ID: Root=1-645a57bc-0eb308582875add04a5962e6) Sorry, we can't find the page you are looking for. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "app.py", line 72, in <module> yolo_model = YOLO('eeshawn11/naruto_hand_seal_detection') File "/home/user/.local/lib/python3.8/site-packages/ultralyticsplus/ultralytics_utils.py", line 62, in __init__ raise NotImplementedError( NotImplementedError: Unable to load model='eeshawn11/naruto_hand_seal_detection'. As an example try model='yolov8n.pt' or model='yolov8n.yaml'

Container logs:

Fetching error logs...