Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraRodgers committed Nov 16, 2023
1 parent 56065c0 commit 0320802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
# captions = srt(whisperTS)
# print(captions)

deepgram_whisper = DeepgramConverter(dg_whisper_transcription)
captions = webvtt(deepgram_whisper)
print(captions)
# deepgram_whisper = DeepgramConverter(dg_whisper_transcription)
# captions = webvtt(deepgram_whisper)
# print(captions)

0 comments on commit 0320802

Please sign in to comment.