runtime error

ponents from gradio.components warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: The 'type' parameter has been deprecated. Use the Number component instead. warnings.warn(value) /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `enable_queue` is deprecated in `Interface()`, please use it within `launch()` instead. warnings.warn(value) Traceback (most recent call last): File "app.py", line 20, in <module> gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch() File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 449, in __init__ self.render_examples() File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 801, in render_examples self.examples_handler = Examples( File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 54, in create_examples examples_obj = Examples( File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 201, in __init__ self.processed_examples = [ File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 202, in <listcomp> [ File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 203, in <listcomp> component.postprocess(sample) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 1819, 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 361, 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 335, in encode_file_to_base64 with open(f, "rb") as file: FileNotFoundError: [Errno 2] No such file or directory: 'siamese.jpg'

Container logs:

Fetching error logs...