From 00daf19074bf52eed86f0cdbc424a4de5f46f595 Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 16 Jul 2025 22:34:42 +0200 Subject: [PATCH] Yet another CI fix. --- scripts/tts_mlx_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]