From 9a622b2ddcd2e8f1665d4004fa37f6b072ce3c09 Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期二, 08 八月 2023 19:36:22 +0800
Subject: [PATCH] update funasr-wss-server-2pass

---
 funasr/runtime/python/websocket/funasr_wss_client.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/funasr/runtime/python/websocket/funasr_wss_client.py b/funasr/runtime/python/websocket/funasr_wss_client.py
index 5830db4..bed0081 100644
--- a/funasr/runtime/python/websocket/funasr_wss_client.py
+++ b/funasr/runtime/python/websocket/funasr_wss_client.py
@@ -204,7 +204,7 @@
         
             meg = await websocket.recv()
             meg = json.loads(meg)
-            print(meg)
+            # print(meg)
             wav_name = meg.get("wav_name", "demo")
             text = meg["text"]
 

--
Gitblit v1.9.1