runtime error

Caching examples at: '/home/user/app/gradio_cached_examples/14' Caching example 1/1 Traceback (most recent call last): File "/home/user/app/app.py", line 15, in <module> demo = gr.ChatInterface( File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 325, in __init__ self.examples_handler._start_caching() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 391, in _start_caching client_utils.synchronize_async(self.cache) File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 855, in synchronize_async return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) # type: ignore File "/usr/local/lib/python3.10/site-packages/fsspec/asyn.py", line 103, in sync raise return_result File "/usr/local/lib/python3.10/site-packages/fsspec/asyn.py", line 56, in _runner result[0] = await coro File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 517, in cache prediction = await Context.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1933, in process_api data = await self.postprocess_data(block_fn, result["prediction"], state) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1756, in postprocess_data prediction_value = block.postprocess(prediction_value) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 491, in postprocess return self._postprocess_messages_tuples(cast(TupleFormat, value)) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 425, in _postprocess_messages_tuples self._postprocess_content(message_pair[0]), File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 418, in _postprocess_content raise ValueError(f"Invalid message for Chatbot component: {chat_message}") ValueError: Invalid message for Chatbot component: {'text': 'hey', 'files': ['/tmp/gradio/5ac01cc65ae664ba34fbf70c592d9ec922953353/cats.jpg']}

Container logs:

Fetching error logs...