Skip to content

Commit 367f7cd

Browse files
committed
Update app.py
1 parent 5bddc9a commit 367f7cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ttsfm-web/app.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,10 @@ def generate_speech_combined():
704704
content_type = responses[0].content_type
705705

706706
logger.info(
707-
f"Successfully combined {
708-
len(responses)} chunks into single audio file ({
709-
len(combined_audio)} bytes)")
707+
"Successfully combined %s chunks into single audio file (%s bytes)",
708+
len(responses),
709+
len(combined_audio),
710+
)
710711

711712
combined_headers = {
712713
'Content-Disposition': (

0 commit comments

Comments
 (0)