runtime error

Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/torchaudio/models/decoder/__init__.py", line 19, in __getattr__ from . import _ctc_decoder File "/home/user/.local/lib/python3.10/site-packages/torchaudio/models/decoder/_ctc_decoder.py", line 11, in <module> from flashlight.lib.text.decoder import ( ModuleNotFoundError: No module named 'flashlight' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> from asr import transcribe, ASR_EXAMPLES, ASR_LANGUAGES, ASR_NOTE File "/home/user/app/asr.py", line 7, in <module> from torchaudio.models.decoder import ctc_decoder File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/home/user/.local/lib/python3.10/site-packages/torchaudio/models/decoder/__init__.py", line 21, in __getattr__ raise RuntimeError( RuntimeError: CTC Decoder suit requires flashlight-text package and optionally KenLM. Please install them.

Container logs:

Fetching error logs...