From fb06c50b11cf4e5e3a55fc62a60f595f2549ff76 Mon Sep 17 00:00:00 2001 From: veelion <veelion@gmail.com> Date: 星期一, 27 三月 2023 09:01:48 +0800 Subject: [PATCH] add example of grpc client --- funasr/runtime/python/websocket/requirements_client.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/python/websocket/requirements_client.txt b/funasr/runtime/python/websocket/requirements_client.txt index 2531f41..9498d6d 100644 --- a/funasr/runtime/python/websocket/requirements_client.txt +++ b/funasr/runtime/python/websocket/requirements_client.txt @@ -1,2 +1,2 @@ websockets -import pyaudio \ No newline at end of file +pyaudio \ No newline at end of file -- Gitblit v1.9.1