I want to keep the text log out while turning Whisper. Is there a way? #1739
Unanswered
Youngseo-Jeon0313
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
from whipser transcribe.py file, I'd like to delete 339~343 code
if verbose: for segment in current_segments: start, end, text = segment["start"], segment["end"], segment["text"] line = f"[{format_timestamp(start)} --> {format_timestamp(end)}] {text}" print(make_safe(line))
I want to keep the text log out while turning Whisper. Is there a way?
Beta Was this translation helpful? Give feedback.
All reactions