runtime error

Exit code: 1. Reason: │ /usr/local/lib/python3.10/site-packages/spaces/__init__.py:19 in <module> │ │ │ │ 16 │ │ raise ImportError │ │ 17 │ │ 18 │ │ ❱ 19 from .zero.decorator import GPU │ │ 20 from .gradio import gradio_auto_wrap │ │ 21 from .gradio import disable_gradio_auto_wrap │ │ 22 from .gradio import enable_gradio_auto_wrap │ │ │ │ /usr/local/lib/python3.10/site-packages/spaces/zero/__init__.py:15 in │ │ <module> │ │ │ │ 12 │ from . import torch │ │ 13 │ │ │ 14 │ if torch.is_in_bad_fork(): │ │ ❱ 15 │ │ raise RuntimeError( │ │ 16 │ │ │ "CUDA has been initialized before importing the `spaces` pa │ │ 17 │ │ ) │ │ 18 │ ╰──────────────────────────────────────────────────────────────────────────────╯ RuntimeError: CUDA has been initialized before importing the `spaces` package

Container logs:

Fetching error logs...