We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56065c0 commit 0320802Copy full SHA for 0320802
example.py
@@ -56,6 +56,6 @@
56
# captions = srt(whisperTS)
57
# print(captions)
58
59
-deepgram_whisper = DeepgramConverter(dg_whisper_transcription)
60
-captions = webvtt(deepgram_whisper)
61
-print(captions)
+# deepgram_whisper = DeepgramConverter(dg_whisper_transcription)
+# captions = webvtt(deepgram_whisper)
+# print(captions)
0 commit comments