From c9c95ec30aba4e114003d5196c06bb8ae5ca8cc4 Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期四, 28 十二月 2023 14:36:52 +0800 Subject: [PATCH] funasr1.0 --- funasr/models/seaco_paraformer/template.yaml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/funasr/models/seaco_paraformer/template.yaml b/funasr/models/seaco_paraformer/template.yaml index 266386f..52654ac 100644 --- a/funasr/models/seaco_paraformer/template.yaml +++ b/funasr/models/seaco_paraformer/template.yaml @@ -2,8 +2,8 @@ # You can modify the configuration according to your own requirements. # to print the register_table: -# from funasr.utils.register import registry_tables -# registry_tables.print() +# from funasr.register import tables +# tables.print() # network architecture model: SeacoParaformer -- Gitblit v1.9.1