runtime error

ning: You have unused kwarg parameters in Row, please remove them: {'equal_height': False} warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Audio, please remove them: {'autoplay': False, 'show_share_button': True, 'container': True, 'min_width': 160} warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'equal_height': True} warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Image, please remove them: {'selectable': False, 'show_share_button': True, 'container': True, 'min_width': 160} warnings.warn( Traceback (most recent call last): File "app.py", line 20, in <module> spectro_from_wav = gr.Interface.load("spaces/fffiloni/audio-to-spectrogram") File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 102, in load return super().load(name=name, src=src, api_key=api_key, alias=alias, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1165, in load return external.load_blocks_from_repo(name, src, api_key, alias, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/gradio/external.py", line 62, in load_blocks_from_repo blocks: gradio.Blocks = factory_methods[src](name, api_key, alias, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/gradio/external.py", line 364, in from_spaces return from_spaces_blocks(config, api_key, iframe_url) File "/home/user/.local/lib/python3.8/site-packages/gradio/external.py", line 415, in from_spaces_blocks return gradio.Blocks.from_config(config, fns, iframe_url) File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 611, in from_config dependency = original_mapping[target].set_event_trigger( TypeError: set_event_trigger() got an unexpected keyword argument 'types'

Container logs:

Fetching error logs...