non default larger whisper model
This commit is contained in:
@@ -118,7 +118,7 @@ class Parser(threading.Thread):
|
||||
|
||||
def _run(self, clip):
|
||||
r = sr.Recognizer()
|
||||
return r.recognize_whisper(clip, language="english")
|
||||
return r.recognize_whisper(clip, language="english", model="small.en") # tiny.en=32x, base.en=16x, small.en=6x
|
||||
|
||||
def load_dot_notation(v, s):
|
||||
items = s.replace("[]", ".[]").split(".")
|
||||
|
||||
Reference in New Issue
Block a user