runtime error

.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: The 'type' parameter has been deprecated. Use the Number component instead. warnings.warn(value) /home/user/.local/lib/python3.8/site-packages/gradio/interface.py:316: UserWarning: Currently, only the 'default' theme is supported. warnings.warn("Currently, only the 'default' theme is supported.") IMPORTANT: You are using gradio version 3.1.4, however version 3.14.0 is available, please upgrade. -------- Caching examples at: '/home/user/app/gradio_cached_examples/14/log.csv' Traceback (most recent call last): File "app.py", line 57, in <module> gr.Interface(asr_transcript, File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 602, in __init__ self.examples_handler = Examples( File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 155, in __init__ self.cache_interface_examples() File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 190, in cache_interface_examples raise e File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 186, in cache_interface_examples prediction = self.process_example(example_id) File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 206, in process_example predictions = self.fn(*processed_input) File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 489, in <lambda> lambda *args: self.run_prediction(args)[0] File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 669, in run_prediction prediction = self.fn(*processed_input) File "app.py", line 42, in asr_transcript speech = load_data(input_file) File "app.py", line 26, in load_data speech = librosa.resample(speech, sample_rate,16000) TypeError: resample() takes 1 positional argument but 3 were given

Container logs:

Fetching error logs...