diff --git a/transcribe.py b/transcribe.py deleted file mode 100644 index 5a22ff3..0000000 --- a/transcribe.py +++ /dev/null @@ -1,8 +0,0 @@ - -from scraibe import Scraibe -model = Scraibe() - -text = model.autotranscocribe('kida.mp4', num_speakers=2) - -print("Transcription:\n") -print(text)