游雁
2023-07-26 5b7c0c17b476b5cf659ca7371a0c3af5d13e8b50
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: