Skip to content

Commit 0320802

Browse files
committed
update example
1 parent 56065c0 commit 0320802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
# captions = srt(whisperTS)
5757
# print(captions)
5858

59-
deepgram_whisper = DeepgramConverter(dg_whisper_transcription)
60-
captions = webvtt(deepgram_whisper)
61-
print(captions)
59+
# deepgram_whisper = DeepgramConverter(dg_whisper_transcription)
60+
# captions = webvtt(deepgram_whisper)
61+
# print(captions)

0 commit comments

Comments
 (0)