From 2a0912e0c15e2e2ae2233d9d23e514852b02d04e Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 9 Jun 2022 17:18:19 +0800 Subject: [PATCH] Debug examples Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b6f8ab..69f3518 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ import towhee .action_classification.timesformer['frames', ('labels', 'scores', 'features')]( model_name='timesformer_k400_8x224') .select['path', 'labels', 'scores', 'features']() - .show(formatter={'path':'video_path'}) + .show(formatter={'path': 'video_path'}) ) ```