From bdaeb7afca86a95cdaecd3a625097444832bde5a Mon Sep 17 00:00:00 2001 From: litagin Date: Tue, 18 Jul 2023 14:53:41 +0900 Subject: [PATCH] Fix style --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index ca5f63b..8963d93 100644 --- a/app.py +++ b/app.py @@ -206,11 +206,11 @@ def tts( (tgt_sr, audio_opt), ) except EOFError: - info =( + info = ( "It seems that the edge-tts output is not valid. " "This may occur when the input text and the speaker do not match. " "For example, maybe you entered Japanese (without alphabets) text but chose non-Japanese speaker?" - ) + ) print(info) return info, None, None except: