diff --git a/TTS/tts/layers/tacotron/attentions.py b/TTS/tts/layers/tacotron/attentions.py index 8c30a00a..d8a90d72 100644 --- a/TTS/tts/layers/tacotron/attentions.py +++ b/TTS/tts/layers/tacotron/attentions.py @@ -484,4 +484,4 @@ def init_attn( beta=0.9, ) - raise RuntimeError(" [!] Given Attention Type '{attn_type}' is not exist.") + raise RuntimeError(f" [!] Given Attention Type '{attn_type}' is not exist.")