runtime error

Exit code: 1. Reason: ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/selectors.py", line 42, in _fileobj_to_fd raise ValueError("Invalid file descriptor: {}".format(fd)) ValueError: Invalid file descriptor: -1 /usr/local/lib/python3.12/site-packages/anyio/_backends/_asyncio.py:1033: RuntimeWarning: coroutine 'App.create_app.<locals>.get_current_user' was never awaited result = context.run(func, *args) RuntimeWarning: Enable tracemalloc to get the object allocation traceback /usr/local/lib/python3.12/site-packages/gradio/node_server.py:203: UserWarning: Unexpected error while starting Node server: signal only works in main thread of the main interpreter. Trying next port... warnings.warn( /usr/local/lib/python3.12/site-packages/anyio/_backends/_asyncio.py:1033: RuntimeWarning: coroutine 'App.create_app.<locals>.get_current_user' was never awaited result = context.run(func, *args) RuntimeWarning: Enable tracemalloc to get the object allocation traceback Cannot start Node server on any port in the range 7860-7959. Please install Node 20 or higher and set the environment variable GRADIO_NODE_PATH to the path of your Node executable. You can explicitly specify a port by setting the environment variable GRADIO_NODE_SERVER_PORT. /usr/local/lib/python3.12/site-packages/gradio/blocks.py:3135: UserWarning: Failed to start Node front proxy for SSR; serving without SSR on http://localhost:7860/ (see the Node server output above). warnings.warn( * Running on local URL: http://0.0.0.0:7860 * To create a public link, set `share=True` in `launch()`. /usr/local/lib/python3.12/site-packages/gradio/helpers.py:1162: UserWarning: GPU task is exceeding its requested duration and might be aborted warnings.warn(message) Traceback (most recent call last): File "/home/user/app/app.py", line 102, in <module> launch() File "/usr/local/lib/python3.12/site-packages/spaces/zero/wrappers.py", line 228, in gradio_handler raise error("ZeroGPU worker error", "GPU task aborted") gradio.exceptions.Error: 'GPU task aborted'

Container logs:

Fetching error logs...