From 295e271fbb947758eecf2e80e2ed11538b315100 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 9 Jun 2022 16:54:33 +0800 Subject: [PATCH] Adjust display of result image Signed-off-by: Jael Gu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3530249..472fd36 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ import towhee .show() ) ``` - + *Write a same pipeline with explicit inputs/outputs name specifications:* @@ -47,7 +47,7 @@ import towhee .show(formatter={'path':'video_path'}) ) ``` - +