runtime error

erWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `optional` parameter is deprecated, and it has no effect warnings.warn(value) /home/user/.local/lib/python3.8/site-packages/gradio/outputs.py:43: UserWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components warnings.warn( Traceback (most recent call last): File "app.py", line 39, in <module> gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(400, 400)), outputs=gr.outputs.Image(type="pil"), File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 456, in __init__ self.render_examples() File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 772, in render_examples self.examples_handler = Examples( File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 55, in create_examples examples_obj = Examples( File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 202, in __init__ self.processed_examples = [ File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 203, in <listcomp> [ File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 204, in <listcomp> component.postprocess(sample) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 1830, 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 329, 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 303, in encode_file_to_base64 with open(f, "rb") as file: FileNotFoundError: [Errno 2] No such file or directory: 'examplesB/color_180.png'

Container logs:

Fetching error logs...