From 36e9d36997a7ed21080997d99c13ffbc5bdda279 Mon Sep 17 00:00:00 2001
From: speech_asr <wangjiaming.wjm@alibaba-inc.com>
Date: 星期三, 15 三月 2023 12:15:49 +0800
Subject: [PATCH] update
---
funasr/bin/eend_ola_inference.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/funasr/bin/eend_ola_inference.py b/funasr/bin/eend_ola_inference.py
index d191877..1b36220 100755
--- a/funasr/bin/eend_ola_inference.py
+++ b/funasr/bin/eend_ola_inference.py
@@ -121,7 +121,7 @@
Currently, the tags of espnet_model_zoo are supported.
Returns:
- Speech2Xvector: Speech2Xvector instance.
+ Speech2Diarization: Speech2Diarization instance.
"""
if model_tag is not None:
@@ -179,7 +179,6 @@
diar_model_file=diar_model_file,
device=device,
dtype=dtype,
- streaming=streaming,
)
logging.info("speech2diarization_kwargs: {}".format(speech2diar_kwargs))
speech2diar = Speech2Diarization.from_pretrained(
--
Gitblit v1.9.1