runtime error

.prepare_request(req) File "/home/user/.local/lib/python3.8/site-packages/requests/sessions.py", line 484, in prepare_request p.prepare( File "/home/user/.local/lib/python3.8/site-packages/requests/models.py", line 368, in prepare self.prepare_url(url, params) File "/home/user/.local/lib/python3.8/site-packages/requests/models.py", line 439, in prepare_url raise MissingSchema( requests.exceptions.MissingSchema: Invalid URL 'out.jpg': No scheme supplied. Perhaps you meant https://out.jpg? During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 17, in <module> gr.Interface( File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 599, in __init__ self.examples_handler = Examples( File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 154, in __init__ self.cache_interface_examples() File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 189, in cache_interface_examples raise e File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 185, in cache_interface_examples prediction = self.process_example(example_id) File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 208, in process_example processed_output = [ File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 209, in <listcomp> output_component.postprocess(predictions[i]) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 1668, in postprocess out_y = processing_utils.encode_url_or_file_to_base64(y) File "/home/user/.local/lib/python3.8/site-packages/gradio/processing_utils.py", line 34, in encode_url_or_file_to_base64 return encode_file_to_base64(path) File "/home/user/.local/lib/python3.8/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: 'out.jpg'

Container logs:

Fetching error logs...