runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 14, in <module> api = APIHandler() # <-- FIXED: no api_key anymore File "/app/api_handler.py", line 26, in __init__ self.songgen_path = snapshot_download("spaces/tencent/SongGeneration") ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 84, in _inner_fn validate_repo_id(arg_value) ~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 132, in validate_repo_id raise HFValidationError( ...<2 lines>... ) huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 'spaces/tencent/SongGeneration'. Use `repo_type` argument if needed.

Container logs:

Fetching error logs...