Get ready to add diarization to openvino backend.

This commit is contained in:
2026-07-23 00:05:02 -04:00
parent 06ec02445d
commit 17b1639a9b
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -258,6 +258,7 @@ class TranscriptionServer:
no_speech_thresh=options.get("no_speech_thresh", 0.45),
clip_audio=options.get("clip_audio", False),
same_output_threshold=options.get("same_output_threshold", 10),
diarization=self._create_diarizer(options),
)
logging.info("Running OpenVINO backend.")
except Exception as e: