runtime error
Exit code: 1. Reason: Loading TTS model... Loading voice state... Traceback (most recent call last): File "/app/app.py", line 229, in <module> init_model() ~~~~~~~~~~^^ File "/app/app.py", line 28, in init_model voice_state = tts_model.get_state_for_audio_prompt( # "hf://kyutai/tts-voices/alba-mackenna/casual.wav" ...<2 lines>... # "TikSave.io_7560698662909693196-hd (1).wav" ) File "<@beartype(pocket_tts.models.tts_model.TTSModel.get_state_for_audio_prompt) at 0x7fcfb6bb1760>", line 53, in get_state_for_audio_prompt File "/usr/local/lib/python3.13/site-packages/torch/utils/_contextlib.py", line 120, in decorate_context return func(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/pocket_tts/models/tts_model.py", line 598, in get_state_for_audio_prompt raise ValueError( ...<6 lines>... ) ValueError: We could not download the weights for the model with voice cloning, but you're trying to use voice cloning. Without voice cloning, you can use our catalog of voices ['alba', 'marius', 'javert', 'jean', 'fantine', 'cosette', 'eponine', 'azelma']. If you want access to the model with voice cloning, go to https://huggingface.co/kyutai/pocket-tts and accept the terms, then make sure you're logged in locally with `uvx hf auth login`.
Container logs:
Fetching error logs...