runtime error

themes/theme_schema@0.0.2.json: 0%| | 0.00/13.1k [00:00<?, ?B/s] themes/theme_schema@0.0.2.json: 100%|██████████| 13.1k/13.1k [00:00<00:00, 2.68MB/s] Traceback (most recent call last): File "app.py", line 67, in <module> img = gr.Image( File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 1667, in __init__ IOComponent.__init__( File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 210, in __init__ else self.postprocess(initial_value) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 1797, in postprocess return client_utils.encode_url_or_file_to_base64(y) File "/home/user/.local/lib/python3.8/site-packages/gradio_client/utils.py", line 164, in encode_url_or_file_to_base64 return encode_file_to_base64(path) File "/home/user/.local/lib/python3.8/site-packages/gradio_client/utils.py", line 138, 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 "app.py", line 143, in <module> gr.Number(label="Chatbot control 3") File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1200, in __exit__ self.config = self.get_config_file() File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1165, in get_config_file props = block.get_config() if hasattr(block, "get_config") else {} File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 1687, in get_config "value": self.value, AttributeError: 'Image' object has no attribute 'value'

Container logs:

Fetching error logs...