runtime error

Space failed. Exit code: 1. Reason: gface.co/biggan/biggan-deep-128-pytorch_model.bin (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f098fd20f10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 13, in <module> gan_model = BigGAN.from_pretrained(initial_archi) File "/home/user/.local/lib/python3.8/site-packages/pytorch_pretrained_biggan/model.py", line 263, in from_pretrained resolved_model_file = cached_path(model_file, cache_dir=cache_dir) File "/home/user/.local/lib/python3.8/site-packages/pytorch_pretrained_biggan/file_utils.py", line 101, in cached_path return get_from_cache(url_or_filename, cache_dir) File "/home/user/.local/lib/python3.8/site-packages/pytorch_pretrained_biggan/file_utils.py", line 191, in get_from_cache response = requests.head(url, allow_redirects=True) File "/home/user/.local/lib/python3.8/site-packages/requests/api.py", line 100, in head return request("head", url, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='s3.amazonaws.com', port=443): Max retries exceeded with url: /models.huggingface.co/biggan/biggan-deep-128-pytorch_model.bin (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f098fd20f10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

Container logs:

Fetching error logs...