runtime error

have unused kwarg parameters in Textbox, please remove them: {'autofocus': False, 'autoscroll': True, 'rtl': False, '_selectable': False} block = cls(**block_config["props"], _skip_init_processing=True) /home/user/.local/lib/python3.10/site-packages/gradio/blocks.py:802: UserWarning: You have unused kwarg parameters in Button, please remove them: {'_selectable': False} block = cls(**block_config["props"], _skip_init_processing=True) /home/user/.local/lib/python3.10/site-packages/gradio/blocks.py:808: UserWarning: You have unused kwarg parameters in Dataset, please remove them: {'_selectable': False, 'component_props': [{'height': None, 'width': None, 'image_mode': 'RGB', 'sources': ['upload', 'webcam', 'clipboard'], 'type': 'pil', 'label': None, 'show_label': True, 'show_download_button': True, 'container': True, 'scale': None, 'min_width': 160, 'interactive': None, 'visible': True, 'streaming': False, 'elem_id': None, 'elem_classes': [], 'mirror_webcam': True, 'show_share_button': True}], 'component_ids': [6]} block = get_block_instance(id) Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> caption = gr.load(name="spaces/fffiloni/CoCa-clone") File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 68, in load return load_blocks_from_repo( File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 107, in load_blocks_from_repo blocks: gradio.Blocks = factory_methods[src](name, hf_token, alias, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 486, in from_spaces return from_spaces_blocks(space=space_name, hf_token=hf_token) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 492, in from_spaces_blocks return gradio.Blocks.from_config(client.config, predict_fns, client.src) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 837, in from_config if dependency["trigger"] == "fake_event": KeyError: 'trigger'

Container logs:

Fetching error logs...