runtime error
/home/user/app/app.py:20: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components gr.inputs.Audio(type="numpy", label="Input"), /home/user/app/app.py:20: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect gr.inputs.Audio(type="numpy", label="Input"), /home/user/app/app.py:21: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components [gr.outputs.Audio(type="file", label="Vocals"),gr.outputs.Audio(type="file", label="Bass"),gr.outputs.Audio(type="file", label="Drums"),gr.outputs.Audio(type="file", label="Other")], Traceback (most recent call last): File "/home/user/app/app.py", line 21, in <module> [gr.outputs.Audio(type="file", label="Vocals"),gr.outputs.Audio(type="file", label="Bass"),gr.outputs.Audio(type="file", label="Drums"),gr.outputs.Audio(type="file", label="Other")], File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 114, in wrapper return fn(self, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/outputs.py", line 83, in __init__ super().__init__(type=type, label=label) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/audio.py", line 110, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: file. Please choose from one of: ['numpy', 'filepath']
Container logs:
Fetching error logs...