runtime error
Traceback (most recent call last): File "/home/user/app/app.py", line 82, in <module> main() File "/home/user/app/app.py", line 61, in main demo = gr.Interface( File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 452, in __init__ self.render_examples() File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 804, in render_examples self.examples_handler = Examples( File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 54, in create_examples examples_obj = Examples( File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 201, in __init__ self.processed_examples = [ File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 202, in <listcomp> [ File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 203, in <listcomp> component.postprocess(sample) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/audio.py", line 321, in postprocess file_path = self.make_temp_copy_if_needed(y) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/base.py", line 223, in make_temp_copy_if_needed temp_dir = self.hash_file(file_path) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/base.py", line 187, in hash_file with open(file_path, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: './data/(dog)1-100032-A-0.wav'
Container logs:
Fetching error logs...