From 9b07014a4a7e6f49ce0e58147996a9d003a8fbd0 Mon Sep 17 00:00:00 2001
From: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com>
Date: 星期四, 14 九月 2023 17:35:40 +0800
Subject: [PATCH] Update modelscope_models.md

---
 funasr/runtime/onnxruntime/src/ct-transformer.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/funasr/runtime/onnxruntime/src/ct-transformer.h b/funasr/runtime/onnxruntime/src/ct-transformer.h
index cff4f47..49ed1b7 100644
--- a/funasr/runtime/onnxruntime/src/ct-transformer.h
+++ b/funasr/runtime/onnxruntime/src/ct-transformer.h
@@ -5,6 +5,7 @@
 
 #pragma once 
 
+namespace funasr {
 class CTTransformer : public PuncModel {
 /**
  * Author: Speech Lab of DAMO Academy, Alibaba Group
@@ -30,3 +31,4 @@
 	vector<int>  Infer(vector<int32_t> input_data);
 	string AddPunc(const char* sz_input);
 };
+} // namespace funasr
\ No newline at end of file

--
Gitblit v1.9.1