runtime error

s/gradio/interface.py", line 466, in __init__ self.render_examples() File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 825, in render_examples self.examples_handler = Examples( File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 75, in create_examples client_utils.synchronize_async(examples_obj.create) File "/home/user/.local/lib/python3.10/site-packages/gradio_client/utils.py", line 527, in synchronize_async return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) # type: ignore File "/home/user/.local/lib/python3.10/site-packages/fsspec/asyn.py", line 106, in sync raise return_result File "/home/user/.local/lib/python3.10/site-packages/fsspec/asyn.py", line 61, in _runner result[0] = await coro File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 277, in create await self.cache() File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 337, in cache prediction = await Context.root_block.process_api( File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1440, in process_api data = self.postprocess_data(fn_index, result["prediction"], state) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1303, in postprocess_data self.validate_outputs(fn_index, predictions) # type: ignore File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1278, in validate_outputs raise ValueError( ValueError: An event handler (classify_audio) didn't receive enough output values (needed: 2, received: 1). Wanted outputs: [label, number] Received outputs: [{'blues': (0.8746790885925293, <built-in function perf_counter>), 'reggae': (0.05912125110626221, <built-in function perf_counter>), 'hiphop': (0.02157491259276867, <built-in function perf_counter>), 'jazz': (0.010772781446576118, <built-in function perf_counter>), 'disco': (0.009418683126568794, <built-in function perf_counter>)}]

Container logs:

Fetching error logs...