Skip to content

Commit c8c982e

Browse files
authored
Lint fixes (#990)
1 parent ed5a33a commit c8c982e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ const taskData: TaskDataCustom = {
4444
models: [
4545
{
4646
// TO DO: write description
47-
description:
48-
"Solid semantic segmentation model trained on ADE20k.",
47+
description: "Solid semantic segmentation model trained on ADE20k.",
4948
id: "openmmlab/upernet-convnext-small",
5049
},
5150
{

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ const taskData: TaskDataCustom = {
5151
id: "jameslahm/yolov10x",
5252
},
5353
{
54-
description:
55-
"Fast and accurate object detection model trained on COCO and Object365 datasets.",
54+
description: "Fast and accurate object detection model trained on COCO and Object365 datasets.",
5655
id: "PekingU/rtdetr_r18vd_coco_o365",
5756
},
5857
],

packages/tasks/src/tasks/text-to-speech/data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ const taskData: TaskDataCustom = {
5757
id: "suno/bark",
5858
},
5959
{
60-
description: "An application on XTTS, a voice generation model that lets you clone voices into different languages.",
60+
description:
61+
"An application on XTTS, a voice generation model that lets you clone voices into different languages.",
6162
id: "coqui/xtts",
6263
},
6364
{

0 commit comments

Comments
 (0)