mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-03-01 12:11:26 +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!"}
|
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")
|
lollmsElfServer.ShowBlockingMessage("Installing whisper library\nPlease stand by")
|
||||||
from lollms.services.stt.whisper.lollms_whisper import install_whisper
|
from lollms.services.stt.whisper.lollms_whisper import LollmsWhisper
|
||||||
install_whisper(lollmsElfServer)
|
|
||||||
ASCIIColors.success("Done")
|
ASCIIColors.success("Done")
|
||||||
lollmsElfServer.HideBlockingMessage()
|
lollmsElfServer.HideBlockingMessage()
|
||||||
return {"status":True}
|
return {"status":True}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user