runtime error

Caching examples at: '/home/user/app/gradio_cached_examples/15' Caching example 1/8 Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> demo = gr.ChatInterface(fn=echo, File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 304, in __init__ self.examples_handler._start_caching() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 365, in _start_caching client_utils.synchronize_async(self.cache) File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 854, 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 486, in cache prediction = await Context.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1894, in process_api data = await self.postprocess_data(fn_index, result["prediction"], state) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1720, in postprocess_data prediction_value = block.postprocess(prediction_value) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 229, in postprocess self._postprocess_chat_messages(message_pair[0]), File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 203, in _postprocess_chat_messages raise ValueError(f"Invalid message for Chatbot component: {chat_message}") ValueError: Invalid message for Chatbot component: {'text': 'This is a sample text. This is a sample text. This is a sample text.', 'files': ['/tmp/gradio/1cf3730714e8cbd07f12731a4e7d78f63a2f548e/1OaV5eb_DRNIJQal_B7-YDQ.jpeg']}

Container logs:

Fetching error logs...