runtime error

/home/user/.local/lib/python3.8/site-packages/gradio/inputs.py:319: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your components from gradio.components warnings.warn( Traceback (most recent call last): File "app.py", line 123, in <module> gr.inputs.Audio(source="microphone", type="file", label="Record something..."), File "/home/user/.local/lib/python3.8/site-packages/gradio/inputs.py", line 322, in __init__ super().__init__(source=source, type=type, label=label, optional=optional) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 2229, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: file. Please choose from one of: ['numpy', 'filepath']

Container logs:

Fetching error logs...