From 31096e8896697c7721e3aa75e20f0b03f7c3d9d7 Mon Sep 17 00:00:00 2001 From: huangmingming <huangmingming@deepscience.cn> Date: 星期日, 29 一月 2023 18:23:13 +0800 Subject: [PATCH] update readme, for start grpc server and client --- funasr/runtime/python/grpc/Readme.md | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/funasr/runtime/python/grpc/Readme.md b/funasr/runtime/python/grpc/Readme.md index 5da42a6..a27ff5f 100644 --- a/funasr/runtime/python/grpc/Readme.md +++ b/funasr/runtime/python/grpc/Readme.md @@ -11,6 +11,11 @@ ``` Step 2) start grpc server +``` +python grpc_main_server.py --port 10095 +``` - -Step 3) start grpc client \ No newline at end of file +Step 3) start grpc client +``` +python grpc_main_client_mic.py --host 127.0.0.1 --port 10095 +``` \ No newline at end of file -- Gitblit v1.9.1