From 6cc2e585b745685c71c10af80dda3553cc949460 Mon Sep 17 00:00:00 2001
From: Zhihao Du <neo.dzh@alibaba-inc.com>
Date: 星期四, 25 五月 2023 15:49:44 +0800
Subject: [PATCH] fix oov bug for sond inference (#555)

---
 funasr/runtime/html5/readme.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/funasr/runtime/html5/readme.md b/funasr/runtime/html5/readme.md
index 4601460..0fbafac 100644
--- a/funasr/runtime/html5/readme.md
+++ b/funasr/runtime/html5/readme.md
@@ -32,6 +32,7 @@
 ```
 `e.g.`
 ```shell
+cd funasr/runtime/html5
 python h5Server.py --host 0.0.0.0 --port 1337 
 ```
 ### asr service

--
Gitblit v1.9.1