diff --git a/paddlehub/commands/search.py b/paddlehub/commands/search.py index 352621b71447c0e2681c74eb576114254a4ca5d0..4175195052afbfdbfa9e96362180609d7da80e27 100644 --- a/paddlehub/commands/search.py +++ b/paddlehub/commands/search.py @@ -54,7 +54,7 @@ class SearchCommand(BaseCommand): colors = ["light_red", None, None, None] tp.add_line( contents=[ - resource_name, resource_version, resource_type, + resource_name, resource_type, resource_version, resource_summary ], colors=colors)