mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-03-01 04:06:07 +00:00
fix
This commit is contained in:
parent
e1f0382731
commit
1ffca418ef
@ -128,7 +128,7 @@ async def text2Audio(request: LollmsText2AudioRequest):
|
|||||||
request.fn = lollmsElfServer.lollms_paths.personal_outputs_path/"audio_out"/"tts2audio.wav"
|
request.fn = lollmsElfServer.lollms_paths.personal_outputs_path/"audio_out"/"tts2audio.wav"
|
||||||
|
|
||||||
# Verify the path exists
|
# Verify the path exists
|
||||||
request.fn.parent.mkdir(exists_ok=True, parents=True)
|
request.fn.parent.mkdir(exist_ok=True, parents=True)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if lollmsElfServer.tts is None:
|
if lollmsElfServer.tts is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user