mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-08 03:50:22 +00:00
updated
This commit is contained in:
parent
1dcbe34240
commit
7e6897ad23
@ -363,6 +363,7 @@ class LollmsApplication(LoLLMsCom):
|
|||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
trace_exception(ex)
|
trace_exception(ex)
|
||||||
if (self.config.xtts_enable or self.config.active_stt_service == "xtts") and self.xtts is None:
|
if (self.config.xtts_enable or self.config.active_stt_service == "xtts") and self.xtts is None:
|
||||||
|
ASCIIColors.yellow("Loading XTTS")
|
||||||
try:
|
try:
|
||||||
from lollms.services.xtts.lollms_xtts import LollmsXTTS
|
from lollms.services.xtts.lollms_xtts import LollmsXTTS
|
||||||
voice=self.config.xtts_current_voice
|
voice=self.config.xtts_current_voice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user