diff options
Diffstat (limited to 'swr2_asr/inference.py')
-rw-r--r-- | swr2_asr/inference.py | 2 |
1 files changed, 1 insertions, 1 deletions
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("---------") |