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 {