runtime error

self.render_examples() File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 875, in render_examples self.examples_handler = Examples( File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 74, in create_examples examples_obj.create() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 314, in create self._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 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 487, in cache prediction = await Context.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1938, 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 1711, in postprocess_data self.validate_outputs(block_fn, predictions) # type: ignore File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1685, in validate_outputs raise ValueError( ValueError: An event handler (predict) didn't receive enough output values (needed: 4, received: 1). Wanted outputs: [<gradio.components.label.Label object at 0x7f4ea193aad0>, <gradio.components.label.Label object at 0x7f4ea193a950>, <gradio.components.label.Label object at 0x7f4ea02b96c0>, <gradio.components.label.Label object at 0x7f4ea02b9cf0>] Received outputs: [{'Prediction': 'Positive', 'Confidence': '50.78%', 'Positive Probability': '50.78%', 'Negative Probability': '49.22%'}]

Container logs:

Fetching error logs...