From d7e264b0cc784eda900c12f796d36ea1e32b5dcf Mon Sep 17 00:00:00 2001 From: merveenoyan Date: Mon, 26 May 2025 12:36:37 +0200 Subject: [PATCH] remove flags --- packages/tasks/src/pipelines.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/tasks/src/pipelines.ts b/packages/tasks/src/pipelines.ts index 0595f2ed86..046154c9fa 100644 --- a/packages/tasks/src/pipelines.ts +++ b/packages/tasks/src/pipelines.ts @@ -603,7 +603,6 @@ export const PIPELINE_DATA = { name: "Image-Text-to-Text", modality: "multimodal", color: "red", - hideInDatasets: true, }, "visual-question-answering": { name: "Visual Question Answering", @@ -685,13 +684,11 @@ export const PIPELINE_DATA = { name: "Visual Document Retrieval", modality: "multimodal", color: "yellow", - hideInDatasets: true, }, "any-to-any": { name: "Any-to-Any", modality: "multimodal", color: "yellow", - hideInDatasets: true, }, other: { name: "Other",