runtime error

Matplotlib created a temporary config/cache directory at /tmp/matplotlib-u47ih9p7 because the default path (/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing. /app/app.py:25: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components gr.inputs.Image(label="Input Image 1"), /app/app.py:25: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.Image(label="Input Image 1"), /app/app.py:26: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components gr.inputs.Image(label="Input Image 2") /app/app.py:26: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.Image(label="Input Image 2") /app/app.py:28: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components outputs=gr.outputs.Image(label="Blended Image") Traceback (most recent call last): File "/app/app.py", line 28, in <module> outputs=gr.outputs.Image(label="Blended Image") File "/usr/local/lib/python3.9/site-packages/gradio/blocks.py", line 114, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.9/site-packages/gradio/outputs.py", line 51, in __init__ super().__init__(type=type, label=label) File "/usr/local/lib/python3.9/site-packages/gradio/components/image.py", line 124, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: auto. Please choose from one of: ['numpy', 'pil', 'filepath']

Container logs:

Fetching error logs...