From b4affb21ef34ac11cb0252b386080e6494fbfb30 Mon Sep 17 00:00:00 2001
From: xuan <admin@exuan.org>
Date: 星期一, 26 二月 2024 09:41:22 +0800
Subject: [PATCH] fix: TabError (#1388)

---
 funasr/auto/auto_frontend.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/funasr/auto/auto_frontend.py b/funasr/auto/auto_frontend.py
index 661f949..8f2f069 100644
--- a/funasr/auto/auto_frontend.py
+++ b/funasr/auto/auto_frontend.py
@@ -19,7 +19,6 @@
 from funasr.utils.load_utils import load_audio_text_image_video, extract_fbank
 from funasr.utils.timestamp_tools import timestamp_sentence
 from funasr.models.campplus.utils import sv_chunk, postprocess, distribute_spk
-from funasr.models.campplus.cluster_backend import ClusterBackend
 from funasr.auto.auto_model import prepare_data_iterator
 
 

--
Gitblit v1.9.1