runtime error
Exit code: 1. Reason: /home/user/.local/lib/python3.10/site-packages/gradio/utils.py", line 641, in wrapper response = f(*args, **kwargs) File "/home/user/app/app.py", line 26, in predict self.model = models.get("yolo_nas_s", pretrained_weights="coco").to(self.device) File "/home/user/.local/lib/python3.10/site-packages/super_gradients/training/models/model_factory.py", line 224, in get net = instantiate_model(model_name, arch_params, num_classes, pretrained_weights, download_required_code) File "/home/user/.local/lib/python3.10/site-packages/super_gradients/training/models/model_factory.py", line 159, in instantiate_model load_pretrained_weights(net, model_name, pretrained_weights) File "/home/user/.local/lib/python3.10/site-packages/super_gradients/training/utils/checkpoint_utils.py", line 1574, in load_pretrained_weights pretrained_state_dict = load_state_dict_from_url(url=url, map_location=map_location, file_name=unique_filename) File "/home/user/.local/lib/python3.10/site-packages/torch/hub.py", line 731, in load_state_dict_from_url download_url_to_file(url, cached_file, hash_prefix, progress=progress) File "/home/user/.local/lib/python3.10/site-packages/torch/hub.py", line 597, in download_url_to_file u = urlopen(req) File "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/usr/local/lib/python3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/local/lib/python3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>
Container logs:
Fetching error logs...