Skip to content

Commit 6552456

Browse files
committed
Apply prettier
1 parent 8679c09 commit 6552456

File tree

2 files changed

+4
-2
lines changed
  • packages/tasks/src/tasks

2 files changed

+4
-2
lines changed

packages/tasks/src/tasks/image-segmentation/data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ const taskData: TaskDataCustom = {
4444
models: [
4545
{
4646
// TO DO: write description
47-
description: "Solid semantic segmentation model fine-tuned on ADE20k, an important benchmark comprising 150 classes.",
47+
description:
48+
"Solid semantic segmentation model fine-tuned on ADE20k, an important benchmark comprising 150 classes.",
4849
id: "openmmlab/upernet-convnext-small",
4950
},
5051
{

packages/tasks/src/tasks/object-detection/data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ const taskData: TaskDataCustom = {
5151
id: "jameslahm/yolov10x",
5252
},
5353
{
54-
description: "RT-DETR is a fast and accurate object detection model pre-trained on the COCO and Object365 datasets.",
54+
description:
55+
"RT-DETR is a fast and accurate object detection model pre-trained on the COCO and Object365 datasets.",
5556
id: "PekingU/rtdetr_r18vd_coco_o365",
5657
},
5758
],

0 commit comments

Comments
 (0)