runtime error

Exit code: 1. Reason: Loading VITS-based voice cloning model (XTTS-v2)... > You must confirm the following: | > "I have purchased a commercial license from Coqui: [email protected]" | > "Otherwise, I agree to the terms of the non-commercial CPML: https://coqui.ai/cpml" - [y/n] Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> tts_model = TTS("tts_models/multilingual/multi-dataset/xtts_v2").to(device) File "/usr/local/lib/python3.10/site-packages/TTS/api.py", line 74, in __init__ self.load_tts_model_by_name(model_name, gpu) File "/usr/local/lib/python3.10/site-packages/TTS/api.py", line 171, in load_tts_model_by_name model_path, config_path, vocoder_path, vocoder_config_path, model_dir = self.download_model_by_name( File "/usr/local/lib/python3.10/site-packages/TTS/api.py", line 129, 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 411, in download_model self.create_dir_and_download_model(model_name, model_item, output_path) File "/usr/local/lib/python3.10/site-packages/TTS/utils/manage.py", line 337, in create_dir_and_download_model if not self.ask_tos(output_path): File "/usr/local/lib/python3.10/site-packages/TTS/utils/manage.py", line 316, in ask_tos answer = input(" | | > ") EOFError: EOF when reading a line During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> raise gr.Error(f"Error loading the TTS model: {e}. Check your internet connection.") gradio.exceptions.Error: 'Error loading the TTS model: EOF when reading a line. Check your internet connection.' | | >

Container logs:

Fetching error logs...