runtime error

Exit code: 1. Reason: nished processing dependencies for TTS==0.20.6 Installation successful. > Downloading model to /home/user/.local/share/tts/tts_models--multilingual--multi-dataset--xtts_v2 0%| | 0.00/190 [00:00<?, ?iB/s] 0%| | 0.00/190 [00:00<?, ?iB/s] 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 190/190 [00:00<00:00, 846iB/s] 0%| | 0.00/190 [00:00<?, ?iB/s] 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 190/190 [00:00<00:00, 831iB/s] 0%| | 0.00/190 [00:00<?, ?iB/s] 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 190/190 [00:00<00:00, 788iB/s] 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 190/190 [00:00<00:00, 803kiB/s] > Model's license - CPML > Check https://coqui.ai/cpml.txt for more info. Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2").to(device) File "/home/user/app/TTS/api.py", line 81, in __init__ self.load_tts_model_by_name(model_name, gpu) File "/home/user/app/TTS/api.py", line 185, in load_tts_model_by_name self.synthesizer = Synthesizer( File "/home/user/app/TTS/utils/synthesizer.py", line 109, in __init__ self._load_tts_from_dir(model_dir, use_cuda) File "/home/user/app/TTS/utils/synthesizer.py", line 161, in _load_tts_from_dir config = load_config(os.path.join(model_dir, "config.json")) File "/home/user/app/TTS/config/__init__.py", line 95, in load_config data = read_json_with_comments(config_path) File "/home/user/app/TTS/config/__init__.py", line 22, in read_json_with_comments data = 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...