runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/gradio/deprecation.py:40: UserWarning: `optional` parameter is deprecated, and it has no effect warnings.warn(value) /usr/local/lib/python3.10/site-packages/gradio/interface.py:282: UserWarning: Currently, only the 'default' theme is supported. warnings.warn("Currently, only the 'default' theme is supported.") Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> gr.Interface(predict, gr.inputs.Image(), gr.outputs.Image(), examples=examples).launch(debug=True) File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 416, in __init__ cache_interface_examples(self) File "/usr/local/lib/python3.10/site-packages/gradio/process_examples.py", line 51, in cache_interface_examples raise e File "/usr/local/lib/python3.10/site-packages/gradio/process_examples.py", line 47, in cache_interface_examples prediction = process_example(interface, example_id) File "/usr/local/lib/python3.10/site-packages/gradio/process_examples.py", line 25, in process_example raw_input = [ File "/usr/local/lib/python3.10/site-packages/gradio/process_examples.py", line 26, in <listcomp> interface.input_components[i].preprocess_example(example) File "/usr/local/lib/python3.10/site-packages/gradio/components.py", line 1439, in preprocess_example return processing_utils.encode_file_to_base64(x) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 56, in encode_file_to_base64 with open(f, "rb") as file: FileNotFoundError: [Errno 2] No such file or directory: './example/HF_sticker.jpeg' IMPORTANT: You are using gradio version 3.0.9, however version 4.44.1 is available, please upgrade. -------- Cache at /home/user/app/gradio_cached_examples/log.csv not found. Caching now in 'gradio_cached_examples/' directory.

Container logs:

Fetching error logs...