haoneng.lhn
2023-07-20 36c43d4c9f3ae98f026889b2f5f9726826a208d8
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: