Browse Source

Merge branch 'zouap' of https://git.openi.org.cn/OpenI/aiforge into zouap

pull/1036/head
zhoupzh 3 years ago
parent
commit
2039ca77c2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/ai_model_manage.go

+ 1
- 0
routers/repo/ai_model_manage.go View File

@@ -412,6 +412,7 @@ func ShowOneVersionOtherModel(ctx *context.Context) {
}

func ShowModelTemplate(ctx *context.Context) {
ctx.Data["isModelManage"] = true
ctx.HTML(200, tplModelManageIndex)
}



Loading…
Cancel
Save