runtime error

Exit code: 1. Reason: [transformers] PyTorch was not found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. Traceback (most recent call last): File "/app/tts_server.py", line 68, in <module> get_tts() File "/app/tts_server.py", line 27, in get_tts from TTS.api import TTS File "/usr/local/lib/python3.11/site-packages/TTS/__init__.py", line 24, in <module> raise ImportError(PYTORCH_IMPORT_ERROR) ImportError: Coqui TTS requires the PyTorch and Torchaudio libraries but they were not found in your environment. Check out the instructions on the installation page: https://pytorch.org/get-started/locally/ and follow the ones that match your environment.

Container logs:

Fetching error logs...