runtime error
Softblue. Caught Exception: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/spaces/nuttea/Softblue (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f10b62870a0>: Failed to resolve 'huggingface.co' ([Errno -3] Temporary failure in name resolution)")) warnings.warn(f"Cannot load {theme}. Caught Exception: {str(e)}") Traceback (most recent call last): File "/home/user/app/app.py", line 65, in <module> img = gr.Image( File "/home/user/.local/lib/python3.10/site-packages/gradio/components.py", line 1737, in __init__ IOComponent.__init__( File "/home/user/.local/lib/python3.10/site-packages/gradio/components.py", line 215, in __init__ else self.postprocess(initial_value) File "/home/user/.local/lib/python3.10/site-packages/gradio/components.py", line 1866, in postprocess return client_utils.encode_url_or_file_to_base64(y) File "/home/user/.local/lib/python3.10/site-packages/gradio_client/utils.py", line 349, in encode_url_or_file_to_base64 return encode_file_to_base64(path) File "/home/user/.local/lib/python3.10/site-packages/gradio_client/utils.py", line 323, in encode_file_to_base64 with open(f, "rb") as file: FileNotFoundError: [Errno 2] No such file or directory: 'https://gradio.app/assets/img/header-image.jpg' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> with gr.Blocks(theme='nuttea/Softblue') as demo: File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1411, in __exit__ self.config = self.get_config_file() File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1378, in get_config_file props = block.get_config() if hasattr(block, "get_config") else {} File "/home/user/.local/lib/python3.10/site-packages/gradio/components.py", line 1757, in get_config "value": self.value, AttributeError: 'Image' object has no attribute 'value'
Container logs:
Fetching error logs...