From 2a658e3e8d08ca78a3885fd28e6bbedcb5e556dd Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 9 Jun 2022 16:53:47 +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 eccf4e1..3530249 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'}) ) ``` - +