runtime error

Exit code: 1. Reason: > Downloading model to /home/user/.local/share/tts/tts_models--en--ljspeech--glow-tts > Error: Bad zip file - https://coqui.gateway.scarf.sh/v0.6.1_models/tts_models--en--ljspeech--glow-tts.zip 0%| | 0.00/55.1k [00:00<?, ?iB/s]Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/TTS/utils/manage.py", line 373, in _download_zip_file with zipfile.ZipFile(temp_zip_name) as z: File "/usr/local/lib/python3.10/zipfile.py", line 1271, in __init__ self._RealGetContents() File "/usr/local/lib/python3.10/zipfile.py", line 1338, in _RealGetContents raise BadZipFile("File is not a zip file") zipfile.BadZipFile: File is not a zip file During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/main.py", line 10, in <module> tts = TTS(model_name) File "/usr/local/lib/python3.10/site-packages/TTS/api.py", line 54, in __init__ self.load_model_by_name(model_name, gpu) File "/usr/local/lib/python3.10/site-packages/TTS/api.py", line 114, in load_model_by_name model_path, config_path, vocoder_path, vocoder_config_path = self.download_model_by_name(model_name) File "/usr/local/lib/python3.10/site-packages/TTS/api.py", line 98, in download_model_by_name model_path, config_path, model_item = self.manager.download_model(model_name) File "/usr/local/lib/python3.10/site-packages/TTS/utils/manage.py", line 245, in download_model self._download_zip_file(model_item["github_rls_url"], output_path, self.progress_bar) File "/usr/local/lib/python3.10/site-packages/TTS/utils/manage.py", line 378, in _download_zip_file raise zipfile.BadZipFile # pylint: disable=raise-missing-from zipfile.BadZipFile 100%|██████████| 55.1k/55.1k [00:00<00:00, 387kiB/s]

Container logs:

Fetching error logs...