runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> gr.Interface(fn=predict,inputs=gr.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,examples=examples,enable_queue=enable_queue).launch() File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 167, in wrapper return fn(self, **kwargs) TypeError: Image.__init__() got an unexpected keyword argument 'shape'

Container logs:

Fetching error logs...