runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> module = evaluate.load("lvwerra/element_count") File "/home/user/.local/lib/python3.10/site-packages/evaluate/loading.py", line 774, in load evaluation_module = evaluation_module_factory( File "/home/user/.local/lib/python3.10/site-packages/evaluate/loading.py", line 723, in evaluation_module_factory raise e1 from None File "/home/user/.local/lib/python3.10/site-packages/evaluate/loading.py", line 717, in evaluation_module_factory ).get_module() File "/home/user/.local/lib/python3.10/site-packages/evaluate/loading.py", line 546, in get_module local_path = self.download_loading_script() File "/home/user/.local/lib/python3.10/site-packages/evaluate/loading.py", line 542, in download_loading_script return cached_path(file_path, download_config=download_config) File "/home/user/.local/lib/python3.10/site-packages/evaluate/utils/file_utils.py", line 244, in cached_path output_path = get_from_cache( File "/home/user/.local/lib/python3.10/site-packages/evaluate/utils/file_utils.py", line 590, in get_from_cache raise ConnectionError(f"Couldn't reach {url} ({repr(head_error)})") ConnectionError: Couldn't reach https://huggingface.co/spaces/lvwerra/element_count/resolve/main/element_count.py (ConnectionError(MaxRetryError('HTTPSConnectionPool(host=\'huggingface.co\', port=443): Max retries exceeded with url: /spaces/lvwerra/element_count/resolve/main/element_count.py (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f90f435cd30>: Failed to resolve \'huggingface.co\' ([Errno -3] Temporary failure in name resolution)"))')))

Container logs:

Fetching error logs...