runtime error

evice. It is not recommended to move them to `cpu` as running them will fail. Please make sure to use an accelerator to run the pipeline in inference, due to the lack of support for`float16` operations on this device in PyTorch. Please, remove the `torch_dtype=torch.float16` argument, or use another device for inference. /home/user/app/app.py:84: GradioUnusedKwargWarning: You have unused kwarg parameters in Row, please remove them: {'mobile_collapse': False} with gr.Row(elem_id="prompt-container", mobile_collapse=False, equal_height=True): /home/user/app/app.py:90: GradioUnusedKwargWarning: You have unused kwarg parameters in Row, please remove them: {'mobile_collapse': False} with gr.Row(mobile_collapse=False, equal_height=True): /home/user/app/app.py:95: GradioUnusedKwargWarning: You have unused kwarg parameters in Row, please remove them: {'mobile_collapse': False} with gr.Row(mobile_collapse=False, equal_height=True): Traceback (most recent call last): File "/home/user/app/app.py", line 111, in <module> gr.Examples( File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 58, in create_examples examples_obj = Examples( File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 209, in __init__ self.processed_examples = [ File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 210, in <listcomp> [ File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 211, in <listcomp> component.postprocess(sample) File "/usr/local/lib/python3.10/site-packages/gradio/components/image.py", line 318, in postprocess return client_utils.encode_url_or_file_to_base64(y) File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 387, in encode_url_or_file_to_base64 return encode_file_to_base64(path) File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 360, in encode_file_to_base64 with open(f, "rb") as file: FileNotFoundError: [Errno 2] No such file or directory: './imgs/aaa (8).png'

Container logs:

Fetching error logs...