runtime error

your components from gradio.components warnings.warn( /home/user/.local/lib/python3.10/site-packages/gradio/blocks.py:528: UserWarning: Cannot load compact. Caught Exception: The space compact does not exist warnings.warn(f"Cannot load {theme}. Caught Exception: {str(e)}") /home/user/.local/lib/python3.10/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Interface, please remove them: {'image': 'https://iraqprogrammer.files.wordpress.com/2023/03/00045-3227812873.png?w=512&h=512'} warnings.warn( /home/user/.local/lib/python3.10/site-packages/gradio/interface.py:329: UserWarning: The `allow_flagging` parameter in `Interface` nowtakes a string value ('auto', 'manual', or 'never'), not a boolean. Setting parameter to: 'never'. warnings.warn( /home/user/.local/lib/python3.10/site-packages/gradio/helpers.py:216: UserWarning: Examples are being cached but not all input components have example values. This may result in an exception being thrown by your function. If you do get an error while caching examples, make sure all of your inputs have example values for all of your examples or you provide default values for those particular parameters in your function. warnings.warn( Caching examples at: '/home/user/app/gradio_cached_examples/10' Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> iface = gr.Interface( File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 403, in __init__ with self: File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1200, in __exit__ self.config = self.get_config_file() File "/home/user/.local/lib/python3.10/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.10/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...