runtime error

.py", line 128, in <module> interface = gr.Interface( File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 455, in __init__ self.render_examples() File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 771, in render_examples self.examples_handler = Examples( File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 71, in create_examples client_utils.synchronize_async(examples_obj.create) File "/home/user/.local/lib/python3.8/site-packages/gradio_client/utils.py", line 460, in synchronize_async return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) # type: ignore File "/home/user/.local/lib/python3.8/site-packages/fsspec/asyn.py", line 99, in sync raise return_result File "/home/user/.local/lib/python3.8/site-packages/fsspec/asyn.py", line 54, in _runner result[0] = await coro File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 278, in create await self.cache() File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 312, in cache prediction = await Context.root_block.process_api( File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1106, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 995, in preprocess_data processed_input.append(block.preprocess(inputs[i])) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 2322, in preprocess processing_utils.audio_to_file(sample_rate, data, output_file_name) File "/home/user/.local/lib/python3.8/site-packages/gradio/processing_utils.py", line 160, in audio_to_file data = convert_to_16_bit_wav(data) File "/home/user/.local/lib/python3.8/site-packages/gradio/processing_utils.py", line 194, in convert_to_16_bit_wav raise ValueError( ValueError: Audio data cannot be converted automatically from int8 to 16-bit int format.

Container logs:

Fetching error logs...