runtime error

: UserWarning: `optional` parameter is deprecated, and it has no effect super().__init__( /home/user/.local/lib/python3.10/site-packages/gradio/outputs.py:197: UserWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components warnings.warn( /home/user/.local/lib/python3.10/site-packages/gradio/outputs.py:200: UserWarning: The 'type' parameter has been deprecated. Use the Number component instead. super().__init__(num_top_classes=num_top_classes, type=type, label=label) Traceback (most recent call last): File "/home/user/app/app.py", line 30, in <module> intf = gr.Interface(fn=classify_images, inputs=image, outputs=label, examples=examples) File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 451, in __init__ self.render_examples() File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 801, in render_examples self.examples_handler = Examples( File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 54, in create_examples examples_obj = Examples( File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 201, in __init__ self.processed_examples = [ File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 202, in <listcomp> [ File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 203, in <listcomp> component.postprocess(sample) 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: 'IMG_1167.JPG'

Container logs:

Fetching error logs...