runtime error

ite-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit>=1.12.0->voicefixer) (0.30.2) Requirement already satisfied: mdurl~=0.1 in /home/user/.local/lib/python3.10/site-packages (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit>=1.12.0->voicefixer) (0.1.2) Installing collected packages: voicefixer Attempting uninstall: voicefixer Found existing installation: voicefixer 0.1.2 Uninstalling voicefixer-0.1.2: Successfully uninstalled voicefixer-0.1.2 Successfully installed voicefixer-0.1.3 [notice] A new release of pip available: 22.3.1 -> 23.3.2 [notice] To update, run: python -m pip install --upgrade pip Downloading the weight of neural vocoder: TFGAN Weights downloaded in: /home/user/.cache/voicefixer/synthesis_module/44100/model.ckpt-1490000_trimed.pt Size: 135613039 Downloading the main structure of voicefixer Weights downloaded in: /home/user/.cache/voicefixer/analysis_module/checkpoints/vf.ckpt Size: 489307071 /home/user/app/app.py:14: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components inputs = [gr.inputs.Audio(type="file", label="Input Audio"),gr.inputs.Radio(choices=['0','1','2'], type="value", default='0', label='mode')] Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> inputs = [gr.inputs.Audio(type="file", label="Input Audio"),gr.inputs.Radio(choices=['0','1','2'], type="value", default='0', label='mode')] File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 115, in wrapper return fn(self, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/inputs.py", line 310, in __init__ super().__init__(source=source, type=type, label=label, optional=optional) 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...