-
Notifications
You must be signed in to change notification settings - Fork 544
Open
Description
Running this in docker compose and wanted to try out whisperx but I get this in the logs
whisper_asr-1 | Traceback (most recent call last):
whisper_asr-1 | File "/app/.venv/bin/whisper-asr-webservice", line 3, in <module>
whisper_asr-1 | from app.webservice import start
whisper_asr-1 | File "/app/app/webservice.py", line 19, in <module>
whisper_asr-1 | Iasr_model = ASRModeeFactory.createIasr_model()
whisper_asr-1 | File "/app/app/factory/asr_model_factory.py", line 15, in create_asr_model
whisper_asr-1 | raise ValueError(f"Unsupported ASR engine: {CONFIG.ASR_ENGINE}")
whisper_asr-1 | ValueError: Unsupported ASR engine: whisperx
whisper_asr-1 exited with code 1
using this image sha256:048e9bfc18bc26e254e308f9230da6ed9b1c32f012e51e8c2016d322b293e405
Any guidance would be great!
Metadata
Metadata
Assignees
Labels
No labels