This commit is contained in:
Jaikinator
2023-06-16 15:09:53 +02:00
parent a653f0b05d
commit 1d25d61fa2
+1 -2
View File
@@ -1,7 +1,6 @@
import os import os
from whisper import Whisper from whisper import Whisper, load_model
from typing import TypeVar , Union from typing import TypeVar , Union
from whisper import load_model
from glob import glob from glob import glob
whisper = TypeVar('whisper') whisper = TypeVar('whisper')