silence WhisperTRTLLM import warning

This commit is contained in:
makaveli10
2024-02-07 23:25:50 +05:30
parent 4ecc59783e
commit 07387abbc0
+1 -1
View File
@@ -23,7 +23,7 @@ from whisper_live.transcriber import WhisperModel
try: try:
from whisper_live.transcriber_tensorrt import WhisperTRTLLM from whisper_live.transcriber_tensorrt import WhisperTRTLLM
except Exception as e: except Exception as e:
logging.warn("cannot import WhisperTRTLLM") pass
class TranscriptionServer: class TranscriptionServer: