runtime error

s/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Button, please remove them: {'elem_classes': [], '_selectable': False} warnings.warn( /home/user/.local/lib/python3.10/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Dataset, please remove them: {'elem_classes': [], 'container': True, 'min_width': 160, '_selectable': False, 'component_props': [{'lines': 1, 'max_lines': 20, 'placeholder': 'English Text here', 'label': 'Initial Text', 'info': None, 'show_label': True, 'container': True, 'scale': None, 'min_width': 160, 'interactive': None, 'visible': True, 'elem_id': None, 'autofocus': False, 'autoscroll': True, 'elem_classes': [], 'type': 'text', 'text_align': None, 'rtl': False, 'show_copy_button': False}], 'component_ids': [0]} warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 34, in <module> text_gen1=gr.Interface.load("awacke1/MagicPrompt-Stable-Diffusion", live=True, src="spaces") File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 109, in load return super().load(name=name, src=src, api_key=api_key, alias=alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1163, in load return external.load_blocks_from_repo(name, src, api_key, alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 58, in load_blocks_from_repo blocks: gradio.Blocks = factory_methods[src](name, api_key, alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 358, in from_spaces return from_spaces_blocks(config, api_key, iframe_url) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 409, in from_spaces_blocks return gradio.Blocks.from_config(config, fns, iframe_url) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 644, in from_config if dependency["trigger"] == "fake_event": KeyError: 'trigger'

Container logs:

Fetching error logs...