We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bddc9a commit 367f7cdCopy full SHA for 367f7cd
ttsfm-web/app.py
@@ -704,9 +704,10 @@ def generate_speech_combined():
704
content_type = responses[0].content_type
705
706
logger.info(
707
- f"Successfully combined {
708
- len(responses)} chunks into single audio file ({
709
- len(combined_audio)} bytes)")
+ "Successfully combined %s chunks into single audio file (%s bytes)",
+ len(responses),
+ len(combined_audio),
710
+ )
711
712
combined_headers = {
713
'Content-Disposition': (
0 commit comments