Yabin Li
2023-08-21 2aa0b0d6bbac7e4b7a868211e2d64774c9a4d28d
funasr/tasks/asr.py
@@ -1538,7 +1538,6 @@
        Return:
            model: ASR BAT model.
        """
        assert check_argument_types()
        if isinstance(args.token_list, str):
            with open(args.token_list, encoding="utf-8") as f: