Skip to content

Commit

Permalink
make fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketknight1 committed Oct 10, 2024
1 parent 73e256c commit ba1f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipeline_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"image-segmentation": (ImageSegmentationPipeline, ImageSegmentationInput),
"image-to-text": (ImageToTextPipeline, ImageToTextInput),
"object-detection": (ObjectDetectionPipeline, ObjectDetectionInput),
"question-answering": (QuestionAnsweringPipeline, QuestionAnsweringInput),
"question-answering": (QuestionAnsweringPipeline, QuestionAnsweringInput),
"token-classification": (TokenClassificationPipeline, TokenClassificationInput),
"zero-shot": (ZeroShotClassificationPipeline, ZeroShotClassificationInput),
"zero-shot-image-classification": (ZeroShotImageClassificationPipeline, ZeroShotImageClassificationInput),
Expand Down

0 comments on commit ba1f33b

Please sign in to comment.