From d0d2a2113d87b78cd7bcdf4d3431293c11b0fcce Mon Sep 17 00:00:00 2001 From: ChengZi Date: Thu, 16 Mar 2023 15:03:49 +0800 Subject: [PATCH] rm dc2 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 649f794..79dd284 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ For `ind` input, if a data in one of the modalities is invalid(such as NaN) or y ```python -from towhee.dc2 import pipe, ops, DataCollection +from towhee import pipe, ops, DataCollection import torch torch.manual_seed(42)