雾聪
2023-08-18 e837d6b9f7c85ac97247a4f457548e17655eea4c
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: