Skip to content

Commit 9197125

Browse files
authored
Fix Image Text to Text pipeline name on /models (#489)
cc @osanseviero
1 parent 802e164 commit 9197125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/pipelines.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ export const PIPELINE_DATA = {
590590
color: "green",
591591
},
592592
"image-text-to-text": {
593-
name: "Image + Text to Image (VLLMs)",
593+
name: "Image + Text to Text (VLLMs)",
594594
modality: "multimodal",
595595
color: "red",
596596
hideInDatasets: true,

0 commit comments

Comments
 (0)