游雁
2023-03-30 97ec4cd7b590e948ca129fc6d9e4ef66cb3d761e
funasr/runtime/onnxruntime/tester/tester.cpp
@@ -51,8 +51,7 @@
        string msg = RapidAsrGetResult(Result, 0);
        setbuf(stdout, NULL);
        cout << "Result: \"";
        cout << msg << endl;
        cout << "\"." << endl;
        cout << msg << "\"." << endl;
        snippet_time = RapidAsrGetRetSnippetTime(Result);
        RapidAsrFreeResult(Result);
    }