runtime error

: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.Dropdown(['clipart', 'face', 'lineart', 'stock', 'photo', 'animated', 'imgTypeUndefined'], default='photo', label='GIS: Image type'), /home/user/app/app.py:167: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components gr.inputs.Dropdown(['color', 'gray', 'mono', 'trans', 'imgColorTypeUndefined'], default='color', label='GIS: Image color type'), /home/user/app/app.py:167: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.Dropdown(['color', 'gray', 'mono', 'trans', 'imgColorTypeUndefined'], default='color', label='GIS: Image color type'), /home/user/app/app.py:171: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components gr.outputs.Label(label="Predicted class probabilities"), /home/user/app/app.py:171: GradioUnusedKwargWarning: You have unused kwarg parameters in Label, please remove them: {'type': 'auto'} gr.outputs.Label(label="Predicted class probabilities"), /home/user/app/app.py:172: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components gr.outputs.Image(type='plot', label="Support examples from Google image search"), Traceback (most recent call last): File "/home/user/app/app.py", line 172, in <module> gr.outputs.Image(type='plot', label="Support examples from Google image search"), File "/home/user/.local/lib/python3.10/site-packages/gradio/outputs.py", line 51, in __init__ super().__init__(type=type, label=label) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/image.py", line 124, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: plot. Please choose from one of: ['numpy', 'pil', 'filepath']

Container logs:

Fetching error logs...