runtime error

Space failed to start. Exit code: 1. Reason: /home/user/.local/lib/python3.8/site-packages/gradio/inputs.py:257: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components warnings.warn( Traceback (most recent call last): File "app.py", line 67, in <module> gr.Interface(inference, gr.inputs.Image(label="input image", type='file'), gr.outputs.Image(type='plot'), description=description, article=article, title=title, examples=examples, analytics_enabled=False).launch() File "/home/user/.local/lib/python3.8/site-packages/gradio/inputs.py", line 260, in __init__ super().__init__( File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 1482, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: file. Please choose from one of: ['numpy', 'pil', 'filepath']

Container logs:

Fetching error logs...