From b40127f9b86f7b49596e06010fedc22e04eb61af Mon Sep 17 00:00:00 2001
From: huangmingming <huangmingming@deepscience.cn>
Date: 星期一, 30 一月 2023 16:12:12 +0800
Subject: [PATCH] update tips for wait_for_more_voice
---
funasr/runtime/python/grpc/grpc_main_client_mic.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/funasr/runtime/python/grpc/grpc_main_client_mic.py b/funasr/runtime/python/grpc/grpc_main_client_mic.py
index c393d4a..d3f34bb 100644
--- a/funasr/runtime/python/grpc/grpc_main_client_mic.py
+++ b/funasr/runtime/python/grpc/grpc_main_client_mic.py
@@ -44,8 +44,7 @@
#print ("silence, end_time: %d " % end_time)
print ("delay in ms: %d " % (end_time - begin_time))
else:
- #debug
- print (resp.action + " " + str(json.loads(resp.sentence)))
+ #print (resp.action + " " + str(json.loads(resp.sentence)))
pass
--
Gitblit v1.9.1