runtime error

/home/user/.local/lib/python3.8/site-packages/gradio/utils.py:874: UserWarning: Expected 0 arguments for function <function capture_video at 0x7ff2eb19a280>, received 1. warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/utils.py:882: UserWarning: Expected maximum 0 arguments for function <function capture_video at 0x7ff2eb19a280>, received 1. warnings.warn( Traceback (most recent call last): File "app.py", line 44, in <module> iface = gr.Interface(fn=capture_video, inputs="webcam", outputs="text") File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 456, in __init__ self.render_article() File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1200, in __exit__ self.config = self.get_config_file() File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1176, in get_config_file "input": list(block.input_api_info()), # type: ignore File "/home/user/.local/lib/python3.8/site-packages/gradio_client/serializing.py", line 41, in input_api_info return (api_info["serialized_input"][0], api_info["serialized_input"][1]) KeyError: 'serialized_input'

Container logs:

Fetching error logs...