File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -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
{
Original file line number Diff line number Diff line change @@ -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
] ,
Original file line number Diff line number Diff line change @@ -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
{
You can’t perform that action at this time.
0 commit comments