runtime error

Space failed to start. Exit code: 1. Reason: File "/home/user/.local/lib/python3.8/site-packages/librosa/util/__init__.py", line 77, in <module> from .utils import * # pylint: disable=wildcard-import File "/home/user/.local/lib/python3.8/site-packages/librosa/util/utils.py", line 9, in <module> import numba File "/home/user/.local/lib/python3.8/site-packages/numba/__init__.py", line 17, in <module> from numba.core import types, errors File "/home/user/.local/lib/python3.8/site-packages/numba/core/types/__init__.py", line 108, in <module> long_ = _make_signed(np.long) File "/home/user/.local/lib/python3.8/site-packages/numpy/__init__.py", line 320, in __getattr__ raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'long' /home/user/.local/lib/python3.8/site-packages/gradio/inputs.py:347: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your components from gradio.components warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `optional` parameter is deprecated, and it has no effect warnings.warn(value) /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `keep_filename` parameter is deprecated, and it has no effect warnings.warn(value) /home/user/.local/lib/python3.8/site-packages/gradio/outputs.py:81: UserWarning: Usage of gradio.outputs 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 21, in <module> gr.outputs.Audio(type="file", label="Output"), File "/home/user/.local/lib/python3.8/site-packages/gradio/outputs.py", line 84, in __init__ super().__init__(type=type, label=label) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 2069, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: file. Please choose from one of: ['numpy', 'filepath']

Container logs:

Fetching error logs...