runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(128, 128)), outputs=gr.outputs.Label(num_top_classes=3),examples=['fry.jpg','leela.jpg']).launch(share=False) AttributeError: module 'gradio' has no attribute 'inputs'

Container logs:

Fetching error logs...