runtime error

#6
by csipapicsa - opened

Hi,

I got a runtime error

Runtime error
in
gr.Interface(
File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 646, in init
self.examples_handler = Examples(
File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 60, in create_examples
utils.synchronize_async(examples_obj.create)
File "/home/user/.local/lib/python3.8/site-packages/gradio/utils.py", line 375, in synchronize_async
return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs)
File "/home/user/.local/lib/python3.8/site-packages/fsspec/asyn.py", line 106, in sync
raise return_result
File "/home/user/.local/lib/python3.8/site-packages/fsspec/asyn.py", line 61, in _runner
result[0] = await coro
File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 259, in create
await self.cache()
File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 293, in cache
prediction = await Context.root_block.process_api(
File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1016, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 962, in postprocess_data
prediction_value = block.postprocess(prediction_value)
File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 2090, in postprocess
file_path = self.make_temp_copy_if_needed(y)
File "/home/user/.local/lib/python3.8/site-packages/gradio/processing_utils.py", line 364, in make_temp_copy_if_needed
temp_file_path = self.get_temp_file_path(file_path)
File "/home/user/.local/lib/python3.8/site-packages/gradio/processing_utils.py", line 350, in get_temp_file_path
file_hash = self.hash_file(file_path)
File "/home/user/.local/lib/python3.8/site-packages/gradio/processing_utils.py", line 319, in hash_file
with open(file_path, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: './out/mdx_extra_q/test/vocals.wav'

Sign up or log in to comment