fix
游雁
2023-05-08 090fe9fad0b3e74f56be55b604e2c0731aac4708
fix
1个文件已修改
2 ■■■ 已修改文件
funasr/runtime/python/websocket/ws_client.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/websocket/ws_client.py
@@ -189,7 +189,7 @@
                    text_print_2pass_online += " {}".format(text)
                    text_print = text_print_2pass_offline + text_print_2pass_online
                else:
                    text_print_2pass_online = " "
                    text_print_2pass_online = ""
                    text_print = text_print_2pass_offline + "{}".format(text)
                    text_print_2pass_offline += "{}".format(text)
                text_print = text_print[-args.words_max_print:]