嘉渊
2023-05-18 17eaf419c05853a4ecb8dfd3a0e8ebf26a1dfb1b
funasr/runtime/onnxruntime/include/model.h
@@ -4,7 +4,7 @@
#include <string>
#include <map>
namespace funasr {
class Model {
  public:
    virtual ~Model(){};
@@ -16,4 +16,5 @@
};
Model *CreateModel(std::map<std::string, std::string>& model_path,int thread_num=1);
} // namespace funasr
#endif