runtime error

Exit code: 1. Reason: 96, in send return super().send(request, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: (MaxRetryError('HTTPSConnectionPool(host=\'huggingface.co\', port=443): Max retries exceeded with url: /spaces/agents-course/text-to-image/resolve/main/tool.py (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fe0d3586950>: Failed to resolve \'huggingface.co\' ([Errno -3] Temporary failure in name resolution)"))'), '(Request ID: bb84cf37-6fd9-43f2-abf7-7a8285a9748e)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 51, in <module> image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True) File "/usr/local/lib/python3.10/site-packages/smolagents/tools.py", line 706, in load_tool return Tool.from_hub( File "/usr/local/lib/python3.10/site-packages/smolagents/tools.py", line 402, in from_hub tool_file = hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 862, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 969, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1489, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

Container logs:

Fetching error logs...