From 145022c438c8158e6bffdc5ff66fdd28468a0a18 Mon Sep 17 00:00:00 2001 From: zhong zhuang <zhuangz@lamda.nju.edu.cn> Date: 星期五, 14 六月 2024 20:33:16 +0800 Subject: [PATCH] Update cif_predictor.py (#1811) --- funasr/auto/auto_tokenizer.py | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/funasr/auto/auto_tokenizer.py b/funasr/auto/auto_tokenizer.py index d5082e2..59ff889 100644 --- a/funasr/auto/auto_tokenizer.py +++ b/funasr/auto/auto_tokenizer.py @@ -1,8 +1,7 @@ - - class AutoTokenizer: - """ - Undo - """ - def __init__(self): - pass \ No newline at end of file + """ + Undo + """ + + def __init__(self): + pass -- Gitblit v1.9.1