runtime error

Exit code: 1. Reason: ional as F File "/usr/local/lib/python3.10/site-packages/torch/nn/__init__.py", line 1, in <module> from .modules import * # noqa: F403 File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/__init__.py", line 35, in <module> from .transformer import TransformerEncoder, TransformerDecoder, \ File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/transformer.py", line 20, in <module> device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'), /usr/local/lib/python3.10/site-packages/torch/nn/modules/transformer.py:20: UserWarning: Failed to initialize NumPy: _ARRAY_API not found (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:84.) device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'), šŸš€ Loading ARNIQA model... Downloading: "https://download.pytorch.org/models/resnet50-0676ba61.pth" to /root/.cache/torch/hub/checkpoints/resnet50-0676ba61.pth 0%| | 0.00/97.8M [00:00<?, ?B/s] 100%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ| 97.8M/97.8M [00:00<00:00, 240MB/s] Downloading: "https://huggingface.co/chaofengc/IQA-PyTorch-Weights/resolve/main/ARNIQA.pth" to /root/.cache/torch/hub/checkpoints/ARNIQA.pth 0%| | 0.00/107M [00:00<?, ?B/s] 59%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–‰ | 63.6M/107M [00:01<00:00, 66.6MB/s] 100%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ| 107M/107M [00:01<00:00, 71.9MB/s] Downloading: "https://huggingface.co/chaofengc/IQA-PyTorch-Weights/resolve/main/regressor_koniq10k.pth" to /root/.cache/torch/hub/checkpoints/regressor_koniq10k.pth 0%| | 0.00/19.1k [00:00<?, ?B/s] 100%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ| 19.1k/19.1k [00:00<00:00, 96.0kB/s] āœ… Model loaded on cpu Traceback (most recent call last): File "/app/app.py", line 78, in <module> with gr.Blocks( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1071, in __init__ super().__init__(render=False, **kwargs) TypeError: BlockContext.__init__() got an unexpected keyword argument 'theme'

Container logs:

Fetching error logs...