mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-04-28 09:30:05 +00:00
Update whisper_online.py
This commit is contained in:
@@ -679,7 +679,7 @@ if __name__ == "__main__":
|
|||||||
try:
|
try:
|
||||||
o = online.process_iter()
|
o = online.process_iter()
|
||||||
except AssertionError as e:
|
except AssertionError as e:
|
||||||
log.error(f"assertion error: {repr(e)}")
|
logger.error(f"assertion error: {repr(e)}")
|
||||||
else:
|
else:
|
||||||
output_transcript(o)
|
output_transcript(o)
|
||||||
now = None
|
now = None
|
||||||
|
|||||||
Reference in New Issue
Block a user