mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-28 20:05:51 +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"
|
||||
|
||||
# Verify the path exists
|
||||
request.fn.parent.mkdir(exists_ok=True, parents=True)
|
||||
request.fn.parent.mkdir(exist_ok=True, parents=True)
|
||||
|
||||
try:
|
||||
if lollmsElfServer.tts is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user