runtime error

/home/user/app/app.py:119: GradioDeprecationWarning: 'scale' value should be an integer. Using 0.4 will cause issues. with gr.Column(scale=0.4): Traceback (most recent call last): File "/home/user/app/app.py", line 120, in <module> gr.Image("better_banner.jpeg", elem_id="banner-image", show_label=False) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/image.py", line 158, in __init__ IOComponent.__init__( File "/home/user/.local/lib/python3.10/site-packages/gradio/components/base.py", line 182, in __init__ else self.postprocess(initial_value) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/image.py", line 318, 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 400, 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 373, in encode_file_to_base64 with open(f, "rb") as file: FileNotFoundError: [Errno 2] No such file or directory: 'better_banner.jpeg'

Container logs:

Fetching error logs...