From 7c0ffafe9910bb8faafe7104c05c5d2098e8a26d Mon Sep 17 00:00:00 2001 From: peiwenYe <963623403@qq.com> Date: Thu, 26 Dec 2024 15:20:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0PlantRecognition=E5=88=B0v2?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E9=9B=86=E5=90=88=E4=B8=AD=20(#687)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: yepeiwen01 --- python/core/components/v2/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/core/components/v2/__init__.py b/python/core/components/v2/__init__.py index 72338dce..3ccfe0d7 100644 --- a/python/core/components/v2/__init__.py +++ b/python/core/components/v2/__init__.py @@ -29,6 +29,7 @@ from .object_recognize.component import ObjectRecognition from .llms.similar_question.component import SimilarQuestion from .llms.oral_query_generation.component import OralQueryGeneration +from .plant_recognize.component import PlantRecognition __V2_COMPONENTS__ = [ "AnimalRecognition", @@ -48,4 +49,5 @@ "ObjectRecognition", "SimilarQuestion", "OralQueryGeneration", + "PlantRecognition" ] # NOQA \ No newline at end of file