runtime error

Exit code: 1. Reason: 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 278, in create await self.cache() File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 312, in cache prediction = await Context.root_block.process_api( File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1302, in process_api result = await self.call_function( File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1025, in call_function prediction = await anyio.to_thread.run_sync( File "/home/user/.local/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "/home/user/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "/home/user/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run result = context.run(func, *args) File "/home/user/app/app.py", line 189, in predict_song_from_yt vox_wav, inst_wav = extract_vocal_demucs(demucs_model, original_track_filepath) File "/home/user/app/app.py", line 76, in extract_vocal_demucs wav, sr = librosa.load(filename, mono=False, sr=sr) File "/home/user/.local/lib/python3.10/site-packages/librosa/core/audio.py", line 175, in load y, sr_native = __soundfile_load(path, offset, duration, dtype) File "/home/user/.local/lib/python3.10/site-packages/librosa/core/audio.py", line 208, in __soundfile_load context = sf.SoundFile(path) File "/home/user/.local/lib/python3.10/site-packages/soundfile.py", line 658, in __init__ self._file = self._open(file, mode_int, closefd) File "/home/user/.local/lib/python3.10/site-packages/soundfile.py", line 1212, in _open raise TypeError("Invalid file: {0!r}".format(self.name)) TypeError: Invalid file: None

Container logs:

Fetching error logs...