runtime error

.prepare( File "/home/user/.local/lib/python3.10/site-packages/requests/models.py", line 368, in prepare self.prepare_url(url, params) File "/home/user/.local/lib/python3.10/site-packages/requests/models.py", line 439, in prepare_url raise MissingSchema( requests.exceptions.MissingSchema: Invalid URL '/tmp/output_image4875/1_out.jpg': No scheme supplied. Perhaps you meant https:///tmp/output_image4875/1_out.jpg? During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 58, in <module> gr.Interface( File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 449, in __init__ cache_interface_examples(self) File "/home/user/.local/lib/python3.10/site-packages/gradio/process_examples.py", line 51, in cache_interface_examples raise e File "/home/user/.local/lib/python3.10/site-packages/gradio/process_examples.py", line 47, in cache_interface_examples prediction = process_example(interface, example_id) File "/home/user/.local/lib/python3.10/site-packages/gradio/process_examples.py", line 29, in process_example prediction = interface.process(raw_input) File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 722, in process processed_output = [ File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 723, in <listcomp> output_component.postprocess(predictions[i]) File "/home/user/.local/lib/python3.10/site-packages/gradio/components.py", line 1368, in postprocess out_y = processing_utils.encode_url_or_file_to_base64(y) File "/home/user/.local/lib/python3.10/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.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: '/tmp/output_image4875/1_out.jpg'

Container logs:

Fetching error logs...