runtime error

read return await future File "/home/user/.local/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 807, in run result = context.run(func, *args) File "/home/user/app/app.py", line 34, in compare_detect_faces retina_detections = retina_detect(img, File "/home/user/app/app.py", line 82, in retina_detect detector = face_detection.build_detector( File "/home/user/.local/lib/python3.9/site-packages/face_detection/build.py", line 34, in build_detector detector = build_from_cfg(args, DETECTOR_REGISTRY) File "/home/user/.local/lib/python3.9/site-packages/face_detection/registry.py", line 73, in build_from_cfg return obj_cls(**args, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/face_detection/retinaface/detect.py", line 136, in __init__ super().__init__("resnet50", *args, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/face_detection/retinaface/detect.py", line 35, in __init__ state_dict = load_state_dict_from_url( File "/home/user/.local/lib/python3.9/site-packages/torch/hub.py", line 746, in load_state_dict_from_url download_url_to_file(url, cached_file, hash_prefix, progress=progress) File "/home/user/.local/lib/python3.9/site-packages/torch/hub.py", line 611, in download_url_to_file u = urlopen(req) File "/usr/local/lib/python3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/usr/local/lib/python3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/usr/local/lib/python3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/usr/local/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/usr/local/lib/python3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 410: Gone

Container logs:

Fetching error logs...