Skip to content

Commit e14e8c1

Browse files
merveenoyanWauplin
andauthored
Tasks: reorder tasks in main page (#987)
--------- Co-authored-by: Lucain <[email protected]>
1 parent 4ec0384 commit e14e8c1

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
@@ -1,4 +1,4 @@
1-
export const MODALITIES = ["cv", "nlp", "audio", "tabular", "multimodal", "rl", "other"] as const;
1+
export const MODALITIES = ["multimodal", "nlp", "cv", "audio", "tabular", "rl", "other"] as const;
22

33
export type Modality = (typeof MODALITIES)[number];
44

0 commit comments

Comments
 (0)