From e451eb799a5bccd53dfd4b86cf66a4668b0088b7 Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期三, 06 三月 2024 15:31:47 +0800
Subject: [PATCH] infer for word punc model

---
 funasr/models/branchformer/model.py |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/funasr/models/branchformer/model.py b/funasr/models/branchformer/model.py
index 53f254d..7fa99b3 100644
--- a/funasr/models/branchformer/model.py
+++ b/funasr/models/branchformer/model.py
@@ -5,12 +5,12 @@
 
 @tables.register("model_classes", "Branchformer")
 class Branchformer(Transformer):
-	"""CTC-attention hybrid Encoder-Decoder model"""
+    """CTC-attention hybrid Encoder-Decoder model"""
 
-	def __init__(
-		self,
-		*args,
-		**kwargs,
-	):
+    def __init__(
+        self,
+        *args,
+        **kwargs,
+    ):
 
-		super().__init__(*args, **kwargs)
+        super().__init__(*args, **kwargs)

--
Gitblit v1.9.1