From 37c45ee8d7e4db18d95677c203b3432f3e6dde80 Mon Sep 17 00:00:00 2001
From: nichongjia-2007 <nichongjia@gmail.com>
Date: 星期四, 23 三月 2023 18:33:21 +0800
Subject: [PATCH] add batch interval for saving model
---
funasr/runtime/python/websocket/ASR_client.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/funasr/runtime/python/websocket/ASR_client.py b/funasr/runtime/python/websocket/ASR_client.py
index 7dce880..081e6d5 100644
--- a/funasr/runtime/python/websocket/ASR_client.py
+++ b/funasr/runtime/python/websocket/ASR_client.py
@@ -1,10 +1,10 @@
import pyaudio
-import websocket #鍖哄埆鏈嶅姟绔繖閲屾槸 websocket-client搴�
+# import websocket #鍖哄埆鏈嶅姟绔繖閲屾槸 websocket-client搴�
import time
import websockets
import asyncio
from queue import Queue
-import threading
+# import threading
voices = Queue()
async def hello():
global ws # 瀹氫箟涓�涓叏灞�鍙橀噺ws锛岀敤浜庝繚瀛榳ebsocket杩炴帴瀵硅薄
--
Gitblit v1.9.1