Skip to content

Commit d7e264b

Browse files
committed
remove flags
1 parent 50076ec commit d7e264b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/tasks/src/pipelines.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@ export const PIPELINE_DATA = {
603603
name: "Image-Text-to-Text",
604604
modality: "multimodal",
605605
color: "red",
606-
hideInDatasets: true,
607606
},
608607
"visual-question-answering": {
609608
name: "Visual Question Answering",
@@ -685,13 +684,11 @@ export const PIPELINE_DATA = {
685684
name: "Visual Document Retrieval",
686685
modality: "multimodal",
687686
color: "yellow",
688-
hideInDatasets: true,
689687
},
690688
"any-to-any": {
691689
name: "Any-to-Any",
692690
modality: "multimodal",
693691
color: "yellow",
694-
hideInDatasets: true,
695692
},
696693
other: {
697694
name: "Other",

0 commit comments

Comments
 (0)