Yabin Li
2023-08-08 5b87e4d9ff14c58074256ae0e8c4ca2ae98bb288
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: