mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-03-01 04:06:07 +00:00
fix
This commit is contained in:
parent
98daf40054
commit
4833ecb236
@ -41,8 +41,7 @@ def install_whisper(data: Identification):
|
||||
return {"status":False,"error":"Service installation is blocked when the server is exposed outside for very obvious reasons!"}
|
||||
|
||||
lollmsElfServer.ShowBlockingMessage("Installing whisper library\nPlease stand by")
|
||||
from lollms.services.stt.whisper.lollms_whisper import install_whisper
|
||||
install_whisper(lollmsElfServer)
|
||||
from lollms.services.stt.whisper.lollms_whisper import LollmsWhisper
|
||||
ASCIIColors.success("Done")
|
||||
lollmsElfServer.HideBlockingMessage()
|
||||
return {"status":True}
|
||||
|
Loading…
x
Reference in New Issue
Block a user