From cda3e1f0d99cfc05ac22fb15ac120f200479a790 Mon Sep 17 00:00:00 2001 From: GuoRentong Date: Thu, 7 Apr 2022 16:25:36 +0800 Subject: [PATCH] Modify README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da107e8..dca933a 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ An image decode operator takes an image path as input. It decodes the image back -**Returns**: *numpy.ndarray* +**Returns**: *towhee.types.Image* -​ The decoded image data. +​ The decoded image data as numpy.ndarray.