runtime error

adio/utils.py:844: UserWarning: Expected at least 2 arguments for function <function whisper_speech_demo at 0x7fbfa0627250>, received 1. warnings.warn( Caching example 1/3 /home/user/.local/lib/python3.10/site-packages/gradio/helpers.py:837: UserWarning: Unexpected argument. Filling with None. warnings.warn("Unexpected argument. Filling with None.") Traceback (most recent call last): File "/home/user/app/app.py", line 93, in <module> gr.Examples( File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 75, in create_examples examples_obj.create() File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 301, in create client_utils.synchronize_async(self.cache) File "/home/user/.local/lib/python3.10/site-packages/gradio_client/utils.py", line 808, 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 103, in sync raise return_result File "/home/user/.local/lib/python3.10/site-packages/fsspec/asyn.py", line 56, in _runner result[0] = await coro File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 362, in cache prediction = await Context.root_block.process_api( File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1570, 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 1455, in postprocess_data prediction_value = block.postprocess(prediction_value) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/audio.py", line 251, in postprocess file_path = processing_utils.save_audio_to_cache( File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 152, in save_audio_to_cache temp_dir = Path(cache_dir) / hash_bytes(data.tobytes()) AttributeError: 'str' object has no attribute 'tobytes'

Container logs:

Fetching error logs...