Skip to content

Commit

Permalink
Merge branch 'baidubce:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
userpj authored Dec 26, 2024
2 parents 8330ae9 + 7c0ffaf commit 74a6dee
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 74a6dee

Please sign in to comment.