runtime error

/usr/local/lib/python3.10/site-packages/gradio/components.py:3257: UserWarning: The 'color_map' parameter has been moved from the constructor to `HighlightedText.style()` warnings.warn( IMPORTANT: You are using gradio version 3.1.4, however version 4.29.0 is available, please upgrade. -------- Caching examples at: '/home/user/app/gradio_cached_examples/44/log.csv' Traceback (most recent call last): File "/home/user/app/app.py", line 87, in <module> demo = gr.Interface( File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 602, in __init__ self.examples_handler = Examples( File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 155, in __init__ self.cache_interface_examples() File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 190, in cache_interface_examples raise e File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 186, in cache_interface_examples prediction = self.process_example(example_id) File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 202, in process_example processed_input = [ File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 203, in <listcomp> input_component.preprocess(raw_input[i]) File "/usr/local/lib/python3.10/site-packages/gradio/components.py", line 2584, in preprocess if x.get("headers") is not None: AttributeError: 'list' object has no attribute 'get'

Container logs:

Fetching error logs...