yhliang
2023-05-11 d2dc3af1a69ee4075bcfc0c83dc0fb8e3fc1db4e
funasr/runtime/onnxruntime/include/punc-model.h
@@ -6,6 +6,7 @@
#include <map>
#include <vector>
namespace funasr {
class PuncModel {
  public:
    virtual ~PuncModel(){};
@@ -15,4 +16,5 @@
};
PuncModel *CreatePuncModel(std::map<std::string, std::string>& model_path, int thread_num);
} // namespace funasr
#endif