Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/tasks/src/tasks/image-segmentation/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ const taskData: TaskDataCustom = {
models: [
{
// TO DO: write description
description:
"Solid semantic segmentation model trained on ADE20k.",
description: "Solid semantic segmentation model trained on ADE20k.",
id: "openmmlab/upernet-convnext-small",
},
{
Expand Down
3 changes: 1 addition & 2 deletions packages/tasks/src/tasks/object-detection/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ const taskData: TaskDataCustom = {
id: "jameslahm/yolov10x",
},
{
description:
"Fast and accurate object detection model trained on COCO and Object365 datasets.",
description: "Fast and accurate object detection model trained on COCO and Object365 datasets.",
id: "PekingU/rtdetr_r18vd_coco_o365",
},
],
Expand Down
3 changes: 2 additions & 1 deletion packages/tasks/src/tasks/text-to-speech/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ const taskData: TaskDataCustom = {
id: "suno/bark",
},
{
description: "An application on XTTS, a voice generation model that lets you clone voices into different languages.",
description:
"An application on XTTS, a voice generation model that lets you clone voices into different languages.",
id: "coqui/xtts",
},
{
Expand Down
Loading