runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> tts = TTS(model_path="models/xtts_v2/model_file.pth", config_path="models/xtts_v2/config.json").to(device) File "/usr/local/lib/python3.10/site-packages/TTS/api.py", line 65, in __init__ self.config = load_config(config_path) if config_path else None 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 200, in _open return LocalFileOpener(path, mode, fs=self, **kwargs) File "/usr/local/lib/python3.10/site-packages/fsspec/implementations/local.py", line 364, in __init__ self._open() File "/usr/local/lib/python3.10/site-packages/fsspec/implementations/local.py", line 369, in _open self.f = open(self.path, mode=self.mode) FileNotFoundError: [Errno 2] No such file or directory: '/home/user/app/models/xtts_v2/config.json'
Container logs:
Fetching error logs...