mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-16 07:06:38 +00:00
upgraded
This commit is contained in:
parent
3e0707ce5c
commit
7b4b2b847b
2
app.py
2
app.py
@ -806,7 +806,7 @@ try:
|
||||
from lollms.audio_gen_modules.lollms_xtts import LollmsXTTS
|
||||
if self.tts is None:
|
||||
self.tts = LollmsXTTS(self, voice_samples_path=Path(__file__).parent/"voices")
|
||||
language = convert_language_name(self.personality.language)
|
||||
language = self.config.current_language# convert_language_name()
|
||||
if voice!="main_voice":
|
||||
voices_folder = self.lollms_paths.custom_voices_path
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user