Skip to content

Commit

Permalink
增加PlantRecognition到v2组件集合中 (#687)
Browse files Browse the repository at this point in the history
Co-authored-by: yepeiwen01 <[email protected]>
  • Loading branch information
peiwenYe and yepeiwen01 authored Dec 26, 2024
1 parent 4fdf5a1 commit 7c0ffaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/core/components/v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -48,4 +49,5 @@
"ObjectRecognition",
"SimilarQuestion",
"OralQueryGeneration",
"PlantRecognition"
] # NOQA

0 comments on commit 7c0ffaf

Please sign in to comment.