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=['imagen1.jpg','imagen2.jpg']).launch(share=False) AttributeError: module 'gradio' has no attribute 'inputs'

Container logs:

Fetching error logs...