diff --git a/scripts/tts_mlx_streaming.py b/scripts/tts_mlx_streaming.py index 6106d30..f0757eb 100644 --- a/scripts/tts_mlx_streaming.py +++ b/scripts/tts_mlx_streaming.py @@ -246,7 +246,7 @@ def main(): tts_model.cfg_coef = 1.0 mimi = tts_model.mimi - log("info", f"reading input from stdin") + log("info", "reading input from stdin") if tts_model.multi_speaker: voices = [tts_model.get_voice_path(args.voice)]