mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
fixed wrong varible name bug
This commit is contained in:
parent
cb22aab239
commit
f2b2f41412
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ async def create_captioned_speech(
|
|||
is_first_chunk=False,
|
||||
is_last_chunk=True,
|
||||
)
|
||||
output=content.output + final.output
|
||||
output=audio_data.output + final.output
|
||||
|
||||
base64_output= base64.b64encode(output).decode("utf-8")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue