mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
fix small error
This commit is contained in:
parent
842d056552
commit
353fe79690
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ async def stream_audio_chunks(
|
||||||
speed=request.speed,
|
speed=request.speed,
|
||||||
output_format=request.response_format,
|
output_format=request.response_format,
|
||||||
lang_code=request.lang_code or settings.default_voice_code or voice_name[0].lower(),
|
lang_code=request.lang_code or settings.default_voice_code or voice_name[0].lower(),
|
||||||
normalization_options=request.normalization_options
|
normalization_options=request.normalization_options,
|
||||||
return_timestamps=unique_properties["return_timestamps"],
|
return_timestamps=unique_properties["return_timestamps"],
|
||||||
):
|
):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue