runtime error

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

Container logs:

Fetching error logs...