diff --git a/whisper_live/server.py b/whisper_live/server.py index 4a8a1d8..b69ee5a 100644 --- a/whisper_live/server.py +++ b/whisper_live/server.py @@ -23,7 +23,7 @@ from whisper_live.transcriber import WhisperModel try: from whisper_live.transcriber_tensorrt import WhisperTRTLLM except Exception as e: - logging.warn("cannot import WhisperTRTLLM") + pass class TranscriptionServer: