runtime error

/home/user/app/app.py:17: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components image = gr.inputs.Image(shape = (192, 192)) /home/user/app/app.py:17: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect image = gr.inputs.Image(shape = (192, 192)) /home/user/app/app.py:18: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components label = gr.outputs.Label() /home/user/app/app.py:18: GradioUnusedKwargWarning: You have unused kwarg parameters in Label, please remove them: {'type': 'auto'} label = gr.outputs.Label() Traceback (most recent call last): File "/home/user/app/app.py", line 21, in <module> intf = gr.Interface(fn=classify_image, inputs=image, outputs =label, examples=examples) NameError: name 'classify_image' is not defined

Container logs:

Fetching error logs...