From 81a4774008d2e3da532343fe58ce7e2c4dc3bcb5 Mon Sep 17 00:00:00 2001
From: jmwang66 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期三, 31 五月 2023 14:15:58 +0800
Subject: [PATCH] update asr recipe github.io (#566)
---
egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/demo.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/demo.py b/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/demo.py
index bcc5128..3116f6d 100644
--- a/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/demo.py
+++ b/egs_modelscope/tp/speech_timestamp_prediction-v1-16k-offline/demo.py
@@ -4,6 +4,7 @@
inference_pipeline = pipeline(
task=Tasks.speech_timestamp,
model='damo/speech_timestamp_prediction-v1-16k-offline',
+ model_revision='v1.1.0',
output_dir=None)
rec_result = inference_pipeline(
--
Gitblit v1.9.1