runtime error

Exit code: 1. Reason: 12, in traverse return func(json_obj) File "/usr/local/lib/python3.13/site-packages/gradio/processing_utils.py", line 446, in _move_to_cache _check_allowed(payload.path, check_in_upload_folder) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/processing_utils.py", line 511, in _check_allowed raise InvalidPathError(msg) gradio.exceptions.InvalidPathError: Cannot move /usr/local/lib/python3.13/site-packages/gradio/media_assets/images/logo.png to the gradio cache dir because it was not created by the application or it is not located in either the current working directory or your system's temp directory. To fix this error, please ensure your function returns files located in either the current working directory (/app), your system's temp directory (/tmp) or add /usr/local/lib/python3.13/site-packages/gradio/media_assets/images to the allowed_paths parameter of launch(). Exception ignored in: <function BaseEventLoop.__del__ at 0x7f7a1beea520> Traceback (most recent call last): File "/usr/local/lib/python3.13/asyncio/base_events.py", line 766, in __del__ self.close() File "/usr/local/lib/python3.13/asyncio/unix_events.py", line 70, in close super().close() File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 104, in close self._close_self_pipe() File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 111, in _close_self_pipe self._remove_reader(self._ssock.fileno()) File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 292, in _remove_reader key = self._selector.get_map().get(fd) File "/usr/local/lib/python3.13/selectors.py", line 70, in get fd = self._selector._fileobj_lookup(fileobj) File "/usr/local/lib/python3.13/selectors.py", line 229, in _fileobj_lookup return _fileobj_to_fd(fileobj) File "/usr/local/lib/python3.13/selectors.py", line 42, in _fileobj_to_fd raise ValueError("Invalid file descriptor: {}".format(fd)) ValueError: Invalid file descriptor: -1

Container logs:

Fetching error logs...