diff --git a/paddlehub/commands/search.py b/paddlehub/commands/search.py index 4175195052afbfdbfa9e96362180609d7da80e27..40a0b4003a0957ac05f01ec6c5c506453576ff79 100644 --- a/paddlehub/commands/search.py +++ b/paddlehub/commands/search.py @@ -46,7 +46,7 @@ class SearchCommand(BaseCommand): resource_list = default_hub_server.search_resource(resource_name) tp = TablePrinter( titles=["ResourceName", "Type", "Version", "Summary"], - placeholders=[25, 10, 10, 35]) + placeholders=[30, 8, 8, 25]) for resource_name, resource_type, resource_version, resource_summary in resource_list: if resource_type == "Module": colors = ["yellow", None, None, None]