From d9421cafa088babdf6b84fa18af28ba6671addce Mon Sep 17 00:00:00 2001 From: Pherkel Date: Mon, 18 Sep 2023 21:52:33 +0200 Subject: linter changes --- swr2_asr/inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swr2_asr/inference.py') diff --git a/swr2_asr/inference.py b/swr2_asr/inference.py index 511aef1..d3543a9 100644 --- a/swr2_asr/inference.py +++ b/swr2_asr/inference.py @@ -109,7 +109,7 @@ def main(config_path: str, file_path: str, target_path: Union[str, None] = None) target = target.replace("!", "") print("---------") - print(f"Prediction:\n\{preds}") + print(f"Prediction:\n{preds}") print("---------") print(f"Target:\n{target}") print("---------") -- cgit v1.2.3