diff --git a/packages/tasks/src/tasks/mask-generation/about.md b/packages/tasks/src/tasks/mask-generation/about.md index bdf84a53bb..dd55cfb429 100644 --- a/packages/tasks/src/tasks/mask-generation/about.md +++ b/packages/tasks/src/tasks/mask-generation/about.md @@ -8,4 +8,4 @@ Mask generation models are used in medical imaging to aid in segmenting and anal Mask generation models are used to create segments and masks for obstacles and other objects in view. -This page was made possible thanks to the efforts of [Raj Aryan](https://huggingface.co/thatrajaryan). \ No newline at end of file +This page was made possible thanks to the efforts of [Raj Aryan](https://huggingface.co/thatrajaryan). diff --git a/packages/tasks/src/tasks/mask-generation/data.ts b/packages/tasks/src/tasks/mask-generation/data.ts index 600fabef99..74211bde06 100644 --- a/packages/tasks/src/tasks/mask-generation/data.ts +++ b/packages/tasks/src/tasks/mask-generation/data.ts @@ -6,10 +6,10 @@ const taskData: TaskDataCustom = { description: "Widely used benchmark dataset for multiple Vision tasks.", id: "merve/coco2017", }, - { - description: "Medical Imaging dataset of the Human Brain for segmentation and mask generating tasks", - id: "rocky93/BraTS_segmentation" - } + { + description: "Medical Imaging dataset of the Human Brain for segmentation and mask generating tasks", + id: "rocky93/BraTS_segmentation", + }, ], demo: { inputs: [], @@ -17,16 +17,16 @@ const taskData: TaskDataCustom = { }, metrics: [ { - description: - "IoU is used to measure the overlap between predicted mask and the ground truth mask.", + description: "IoU is used to measure the overlap between predicted mask and the ground truth mask.", id: "Intersection over Union (IoU)", - } + }, ], models: [], spaces: [], - summary:"Mask generation task involves generating masks for meaningful segments in a given image. It could be zero-shot or based on training data.", - widgetModels: [], - youtubeId: "", + summary: + "Mask generation task involves generating masks for meaningful segments in a given image. It could be zero-shot or based on training data.", + widgetModels: [], + youtubeId: "", }; -export default taskData; \ No newline at end of file +export default taskData; diff --git a/packages/tasks/src/tasks/text-to-3d/about.md b/packages/tasks/src/tasks/text-to-3d/about.md index 21e9e4a52d..c34c1698fe 100644 --- a/packages/tasks/src/tasks/text-to-3d/about.md +++ b/packages/tasks/src/tasks/text-to-3d/about.md @@ -4,4 +4,4 @@ Text-to-3D models can help reduce the time and cost of prototyping and making modifications to them. -This page was made possible thanks to the efforts of [Raj Aryan](https://huggingface.co/thatrajaryan). \ No newline at end of file +This page was made possible thanks to the efforts of [Raj Aryan](https://huggingface.co/thatrajaryan). diff --git a/packages/tasks/src/tasks/text-to-3d/data.ts b/packages/tasks/src/tasks/text-to-3d/data.ts index 866476cccf..57cbd88735 100644 --- a/packages/tasks/src/tasks/text-to-3d/data.ts +++ b/packages/tasks/src/tasks/text-to-3d/data.ts @@ -9,9 +9,10 @@ const taskData: TaskDataCustom = { metrics: [], models: [], spaces: [], - summary:"Text-to-3D is the task of generating a 3D image from a text prompt. It is similar to generating a 2D image with an extension of depth perception.", - widgetModels: [], - youtubeId: "", + summary: + "Text-to-3D is the task of generating a 3D image from a text prompt. It is similar to generating a 2D image with an extension of depth perception.", + widgetModels: [], + youtubeId: "", }; -export default taskData; \ No newline at end of file +export default taskData;