From d0686b0ddd8310d012fbc98f3170ba8a64b4e4e5 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 8 Nov 2021 16:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/ai_model_manage.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routers/repo/ai_model_manage.go b/routers/repo/ai_model_manage.go index 2139df236..71494340f 100644 --- a/routers/repo/ai_model_manage.go +++ b/routers/repo/ai_model_manage.go @@ -243,6 +243,8 @@ func ShowModelPageInfo(ctx *context.Context) { ctx.Data["PageIsCloudBrain"] = true ctx.Data["Tasks"] = modelResult + ctx.HTML(200, tplModelManageIndex) + } func ModifyModel(id string, description string) error {