Delete transcribe.py

Delete due to the improved README
This commit is contained in:
Jacob Schmieder
2023-09-22 18:17:20 +02:00
committed by GitHub
parent 485a32cd51
commit 064aac9c5b
-8
View File
@@ -1,8 +0,0 @@
from scraibe import Scraibe
model = Scraibe()
text = model.autotranscocribe('kida.mp4', num_speakers=2)
print("Transcription:\n")
print(text)