From a2f263bd05498cf4f35d78ee0ee8755ba84d09ae Mon Sep 17 00:00:00 2001
From: 语帆 <yf352572@alibaba-inc.com>
Date: 星期一, 04 三月 2024 17:09:05 +0800
Subject: [PATCH] atsr

---
 funasr/models/conformer/model.py |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/funasr/models/conformer/model.py b/funasr/models/conformer/model.py
index 2c26753..171014b 100644
--- a/funasr/models/conformer/model.py
+++ b/funasr/models/conformer/model.py
@@ -7,13 +7,13 @@
 
 @tables.register("model_classes", "Conformer")
 class Conformer(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