runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 5, 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 88, in load_config with fsspec.open(config_path, "r", encoding="utf-8") as f: File "/usr/local/lib/python3.10/site-packages/fsspec/core.py", line 105, in __enter__ f = self.fs.open(self.path, mode=mode) File "/usr/local/lib/python3.10/site-packages/fsspec/spec.py", line 1310, in open f = self._open( File "/usr/local/lib/python3.10/site-packages/fsspec/implementations/local.py", line 201, in _open return LocalFileOpener(path, mode, fs=self, **kwargs) File "/usr/local/lib/python3.10/site-packages/fsspec/implementations/local.py", line 365, in __init__ self._open() File "/usr/local/lib/python3.10/site-packages/fsspec/implementations/local.py", line 370, in _open self.f = open(self.path, mode=self.mode) NotADirectoryError: [Errno 20] Not a directory: '/home/user/app/model/config.json'
Container logs:
Fetching error logs...