mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-01 08:48:19 +00:00
Update lollms_whisper.py
This commit is contained in:
parent
2e84e69287
commit
7b6d5f4695
@ -40,7 +40,7 @@ class LollmsWhisper(LollmsSTT):
|
||||
model="small",
|
||||
output_path=None
|
||||
):
|
||||
super().__init__(app, model, output_path)
|
||||
super().__init__("whisper",app, model, output_path)
|
||||
self.whisper = whisper.load_model(model)
|
||||
self.ready = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user