runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> synthesizer = Synthesizer( File "/usr/local/lib/python3.10/site-packages/TTS/utils/synthesizer.py", line 93, in __init__ self._load_tts(tts_checkpoint, tts_config_path, use_cuda) File "/usr/local/lib/python3.10/site-packages/TTS/utils/synthesizer.py", line 183, in _load_tts self.tts_config = load_config(tts_config_path) File "/usr/local/lib/python3.10/site-packages/TTS/config/__init__.py", line 92, in load_config data = read_json_with_comments(config_path) File "/usr/local/lib/python3.10/site-packages/TTS/config/__init__.py", line 21, in read_json_with_comments return json.loads(input_str) File "/usr/local/lib/python3.10/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/local/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Container logs:
Fetching error logs...