From bdcf80ce79e6e4f5027f19871b55e1c7db6125d7 Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Wed, 30 Mar 2022 12:49:50 +0000 Subject: [PATCH] update type --- deploy/hubserving/structure_table/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/hubserving/structure_table/module.py b/deploy/hubserving/structure_table/module.py index 106abe0c..2803969c 100644 --- a/deploy/hubserving/structure_table/module.py +++ b/deploy/hubserving/structure_table/module.py @@ -29,7 +29,7 @@ from deploy.hubserving.structure_table.params import read_params summary="PP-Structure table service", author="paddle-dev", author_email="paddle-dev@baidu.com", - type="cv/table_recognition") + type="cv/structure_table") class TableSystem(hub.Module): def _initialize(self, use_gpu=False, enable_mkldnn=False): """ -- GitLab