From 1368a9bca48473d793f0c1d52df0a4739c747d16 Mon Sep 17 00:00:00 2001
From: inisis <desmond.yao@buaa.edu.cn>
Date: 星期四, 19 十二月 2024 13:55:17 +0800
Subject: [PATCH] update README (#2316)

---
 runtime/python/libtorch/demo_seaco_paraformer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/runtime/python/libtorch/demo_seaco_paraformer.py b/runtime/python/libtorch/demo_seaco_paraformer.py
index d54dce5..ad28bfe 100644
--- a/runtime/python/libtorch/demo_seaco_paraformer.py
+++ b/runtime/python/libtorch/demo_seaco_paraformer.py
@@ -7,7 +7,7 @@
 model = SeacoParaformer(model_dir, batch_size=1, device_id=device_id)  # gpu
 
 wav_path = "{}/.cache/modelscope/hub/{}/example/asr_example.wav".format(Path.home(), model_dir)
-hotwords = "浣犵殑鐑瘝 榄斿搾"
+hotwords = "浣犵殑鐑瘝 榄旀惌"
 
 result = model(wav_path, hotwords)
 print(result)

--
Gitblit v1.9.1