mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-21 05:33:12 +00:00
fix
This commit is contained in:
parent
32005ca92b
commit
00a3487d2b
@ -387,7 +387,7 @@ class AudioRecorder:
|
|||||||
ASCIIColors.red(" -------------------------------------------------")
|
ASCIIColors.red(" -------------------------------------------------")
|
||||||
self.lc.info("Talking")
|
self.lc.info("Talking")
|
||||||
ASCIIColors.green("<<TALKING>>")
|
ASCIIColors.green("<<TALKING>>")
|
||||||
self.lc.tts.tts_to_audio(lollms_text, voice=self.voice)
|
self.lc.tts.tts_to_audio(lollms_text, speaker=self.voice)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
trace_exception(ex)
|
trace_exception(ex)
|
||||||
self.block_listening = False
|
self.block_listening = False
|
||||||
|
Loading…
Reference in New Issue
Block a user