custom-html-gallery / manifest.json
hysts's picture
hysts HF Staff
Add component: Trimap Editor
8ef4386 verified
raw
history blame
4.11 kB
[
{
"id": "camera-control3-d",
"name": "Camera Control 3D",
"description": "A 3D camera control component using Three.js.",
"author": "multimodalart",
"tags": [
"3D",
"Image"
],
"category": "Input",
"repo_url": "https://huggingface.co/spaces/multimodalart/qwen-image-multiple-angles-3d-camera/"
},
{
"id": "detection-viewer",
"name": "Detection Viewer",
"description": "Rich viewer for object detection model outputs",
"author": "hysts",
"tags": [],
"category": "display",
"repo_url": "https://github.com/hysts/gradio-detection-viewer/"
},
{
"id": "contribution-heatmap",
"name": "Contribution Heatmap",
"description": "Reusable GitHub-style contribution heatmap",
"author": "ysharma",
"tags": [
"Business"
],
"category": "Display",
"repo_url": "https://huggingface.co/spaces/ysharma/github-contribution-heatmap"
},
{
"id": "kanban-board",
"name": "Kanban Board",
"description": "Drag-and-drop Kanban board with inline editing, priority labels, and search",
"author": "ysharma",
"tags": [
"input",
"kanban",
"drag-drop",
"project-management"
],
"category": "input",
"repo_url": "https://huggingface.co/spaces/ysharma/drag-and-drop-kanban-board/"
},
{
"id": "spin-wheel",
"name": "Spin Wheel",
"description": "Spin the wheel to win a prize!",
"author": "ysharma",
"tags": [],
"category": "display",
"repo_url": "https://huggingface.co/spaces/ysharma/spin-wheel"
},
{
"id": "star-rating",
"name": "Star Rating",
"description": "Click stars to set a rating from 1 to 5",
"author": "gradio",
"tags": [
"input",
"rating",
"stars"
],
"category": "input"
},
{
"id": "button-set",
"name": "Button Set",
"description": "Multiple buttons that trigger events with click data",
"author": "gradio",
"tags": [
"input",
"buttons",
"events"
],
"category": "input"
},
{
"id": "progress-bar",
"name": "Progress Bar",
"description": "Interactive progress bar - click the track to set progress",
"author": "gradio",
"tags": [
"display",
"progress",
"animation"
],
"category": "display"
},
{
"id": "likert-scale",
"name": "Likert Scale",
"description": "Agreement scale from Strongly Disagree to Strongly Agree",
"author": "gradio",
"tags": [
"input",
"survey",
"scale"
],
"category": "input"
},
{
"id": "tag-input",
"name": "Tag Input",
"description": "Add and remove tags with keyboard input",
"author": "gradio",
"tags": [
"input",
"tags",
"text"
],
"category": "input"
},
{
"id": "colored-checkbox-group",
"name": "Colored Checkbox Group",
"description": "Multi-select checkbox group with custom colors per option",
"author": "gradio",
"tags": [
"input",
"checkbox",
"color"
],
"category": "input"
},
{
"id": "todo-list",
"name": "Todo List",
"description": "Interactive checklist with strikethrough on completed items",
"author": "gradio",
"tags": [
"form",
"todo",
"checklist"
],
"category": "form"
},
{
"id": "audio-gallery",
"name": "Audio Gallery",
"description": "Grid of audio players with waveform visualization and selection",
"author": "gradio",
"tags": [
"display",
"audio",
"gallery",
"media"
],
"category": "display"
},
{
"id": "h-t-m-l-accordion",
"name": "H T M L Accordion",
"description": "",
"author": "abidlabs",
"tags": []
},
{
"id": "trimap-editor",
"name": "Trimap Editor",
"description": "Draw trimap masks for image matting: foreground, unknown, and background regions",
"author": "hysts",
"tags": [
"trimap",
"image matting",
"segmentation"
],
"repo_url": "https://github.com/hysts/gradio-trimap-editor"
}
]