@huggingface/tasks 0.12.27 → 0.12.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,8 +44,7 @@ const taskData: TaskDataCustom = {
44
44
  models: [
45
45
  {
46
46
  // TO DO: write description
47
- description:
48
- "Solid semantic segmentation model trained on ADE20k.",
47
+ description: "Solid semantic segmentation model trained on ADE20k.",
49
48
  id: "openmmlab/upernet-convnext-small",
50
49
  },
51
50
  {
@@ -51,8 +51,7 @@ const taskData: TaskDataCustom = {
51
51
  id: "jameslahm/yolov10x",
52
52
  },
53
53
  {
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.",
56
55
  id: "PekingU/rtdetr_r18vd_coco_o365",
57
56
  },
58
57
  ],
@@ -57,7 +57,8 @@ const taskData: TaskDataCustom = {
57
57
  id: "suno/bark",
58
58
  },
59
59
  {
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.",
61
62
  id: "coqui/xtts",
62
63
  },
63
64
  {