From b1b6381cd5ad135f4d5aab7a7ef93b6bfc0e7bb7 Mon Sep 17 00:00:00 2001
From: Yabin Li <wucong.lyb@alibaba-inc.com>
Date: 星期二, 26 九月 2023 19:19:36 +0800
Subject: [PATCH] Update SDK_tutorial_online_zh.md

---
 funasr/runtime/python/http/README.md |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/funasr/runtime/python/http/README.md b/funasr/runtime/python/http/README.md
index ee37f56..d9e01f5 100644
--- a/funasr/runtime/python/http/README.md
+++ b/funasr/runtime/python/http/README.md
@@ -21,9 +21,11 @@
 --host [host ip] \
 --port [server port] \
 --asr_model [asr model_name] \
+--vad_model [vad model_name] \
 --punc_model [punc model_name] \
 --ngpu [0 or 1] \
 --ncpu [1 or 4] \
+--hotword_path [path of hot word txt] \
 --certfile [path of certfile for ssl] \
 --keyfile [path of keyfile for ssl] \
 --temp_dir [upload file temp dir] 

--
Gitblit v1.9.1