diff --git a/autotranscript/transcriber.py b/autotranscript/transcriber.py index 4fbf14b..e4d587a 100644 --- a/autotranscript/transcriber.py +++ b/autotranscript/transcriber.py @@ -1,7 +1,6 @@ import os -from whisper import Whisper +from whisper import Whisper, load_model from typing import TypeVar , Union -from whisper import load_model from glob import glob whisper = TypeVar('whisper')