runtime error

Exit code: 1. Reason: : 0%| | 0.00/145M [00:00<?, ?B/s] model.bin: 54%|█████▍ | 78.2M/145M [00:01<00:01, 66.7MB/s] model.bin: 100%|██████████| 145M/145M [00:01<00:00, 122MB/s] tokenizer.json: 0%| | 0.00/2.20M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 2.20M/2.20M [00:00<00:00, 23.4MB/s] vocabulary.txt: 0%| | 0.00/460k [00:00<?, ?B/s] vocabulary.txt: 100%|██████████| 460k/460k [00:00<00:00, 50.1MB/s] [2025-07-15 16:17:04.173] [ctranslate2] [thread 1] [warning] The compute type inferred from the saved model is float16, but the target device or backend do not support efficient float16 computation. The model weights have been automatically converted to use the float32 compute type instead. --2025-07-15 16:17:04-- https://huggingface.co/rhasspy/piper-voices/resolve/main/en/en_IN/cmu/medium/en_IN-cmu-medium.onnx Resolving huggingface.co (huggingface.co)... 10.0.246.186, 10.0.247.244, 10.0.249.85, ... Connecting to huggingface.co (huggingface.co)|10.0.246.186|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2025-07-15 16:17:04 ERROR 404: Not Found. Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> subprocess.run(["wget", "-O", str(voice_path), voice_url], check=True) File "/usr/local/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['wget', '-O', 'en_IN-cmu-medium.onnx', 'https://huggingface.co/rhasspy/piper-voices/resolve/main/en/en_IN/cmu/medium/en_IN-cmu-medium.onnx']' returned non-zero exit status 8. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> raise RuntimeError("⚠️ TTS model download failed. Check voice URL or try another Piper voice.") RuntimeError: ⚠️ TTS model download failed. Check voice URL or try another Piper voice.

Container logs:

Fetching error logs...