mirror of
https://github.com/litagin02/rvc-tts-webui.git
synced 2026-03-06 22:04:06 +00:00
Fix style
This commit is contained in:
4
app.py
4
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:
|
||||
|
||||
Reference in New Issue
Block a user