runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/run.py", line 4, in <module> model2 = torch.hub.load( "AK391/animegan2-pytorch:main", ...<2 lines>... progress=False ) File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 661, in load repo_or_dir = _get_cache_or_reload( repo_or_dir, ...<3 lines>... skip_validation=skip_validation, ) File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 291, in _get_cache_or_reload _check_repo_is_trusted( ~~~~~~~~~~~~~~~~~~~~~~^ repo_owner, ^^^^^^^^^^^ ...<2 lines>... trust_repo=trust_repo, ^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 376, in _check_repo_is_trusted response = input( f"The repository {owner_name} does not belong to the list of trusted repositories and as such cannot be downloaded. " "Do you trust this repository and wish to add it to the trusted list of repositories (y/N)?" ) EOFError: EOF when reading a line The repository AK391_animegan2-pytorch does not belong to the list of trusted repositories and as such cannot be downloaded. Do you trust this repository and wish to add it to the trusted list of repositories (y/N)?
Container logs:
Fetching error logs...