runtime error

_block_cache temp_file_path = processing_utils.save_url_to_cache( File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 208, in save_url_to_cache with requests.get(url, stream=True) as r, open(full_temp_file_path, "wb") as f: File "/home/user/.local/lib/python3.10/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/adapters.py", line 507, in send raise ConnectTimeout(e, request=request) requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='starling.cs.berkeley.edu', port=443): Max retries exceeded with url: /starling.png (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f37a03f9660>, 'Connection to starling.cs.berkeley.edu timed out. (connect timeout=None)')) Exception ignored in: <function _LlamaContext.__del__ at 0x7f37b1f81750> Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/llama_cpp/llama.py", line 422, in __del__ TypeError: 'NoneType' object is not callable Exception ignored in: <function _LlamaModel.__del__ at 0x7f37b1f80820> Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/llama_cpp/llama.py", line 240, in __del__ TypeError: 'NoneType' object is not callable Exception ignored in: <function _LlamaBatch.__del__ at 0x7f37b1f82b90> Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/llama_cpp/llama.py", line 670, in __del__ TypeError: 'NoneType' object is not callable

Container logs:

Fetching error logs...