runtime error
Exit code: 1. Reason: self._start_caching() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 391, in _start_caching client_utils.synchronize_async(self.cache) File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 855, in synchronize_async return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) # type: ignore File "/usr/local/lib/python3.10/site-packages/fsspec/asyn.py", line 103, in sync raise return_result File "/usr/local/lib/python3.10/site-packages/fsspec/asyn.py", line 56, in _runner result[0] = await coro File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 517, in cache prediction = await Context.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1945, in process_api data = await self.postprocess_data(block_fn, result["prediction"], state) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1770, in postprocess_data outputs_cached = await processing_utils.async_move_files_to_cache( File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 485, in async_move_files_to_cache return await client_utils.async_traverse( File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 999, in async_traverse return await func(json_obj) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 460, in _move_to_cache temp_file_path = await block.async_move_resource_to_block_cache( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 308, in async_move_resource_to_block_cache temp_file_path = processing_utils.save_file_to_cache( File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 250, in save_file_to_cache temp_dir = hash_file(file_path) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 182, in hash_file with open(file_path, "rb") as f: IsADirectoryError: [Errno 21] Is a directory: '/home/user/app'
Container logs:
Fetching error logs...