mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-05 09:59:08 +00:00
typo fix
This commit is contained in:
parent
add1cd4723
commit
4d5a2e362d
@ -704,7 +704,7 @@ class LollmsApplication(LoLLMsCom):
|
||||
if self.config.active_tts_service:
|
||||
def start_tts(*args, **kwargs):
|
||||
self.tts = self.load_service_from_folder(self.lollms_paths.services_zoo_path/"tts", self.config.active_tts_service)
|
||||
ASCIIColors.execute_with_animation("Loading loacal STT services", start_tts, ASCIIColors.color_blue)
|
||||
ASCIIColors.execute_with_animation("Loading loacal TTS services", start_tts, ASCIIColors.color_blue)
|
||||
|
||||
if self.config.active_ttm_service:
|
||||
def start_ttm(*args, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user