Spaces:
Sleeping
Sleeping
File size: 1,561 Bytes
12ddc9e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
{
"tools": [
{
"id": "image_background_remover",
"name": "Image Background Remover",
"description": "A tool that removes backgrounds from images",
"icon": "\ud83d\uddbc\ufe0f",
"version": "1.0.0",
"ui_class": "ImageBackgroundRemoverUI",
"ui_module": "tools.image_background_remover.image_background_remover_ui"
},
{
"id": "beatsyncer",
"name": "Beatsyncer",
"description": "Create amazing videos synchronized with music beats",
"icon": "\ud83c\udfb5",
"version": "1.0.0",
"ui_class": "BeatsyncerUI",
"ui_module": "tools.beatsyncer.beatsyncer_ui"
},
{
"id": "image_background_remover",
"name": "Image Background Remover",
"description": "A tool that removes backgrounds from images",
"icon": "\ud83d\uddbc\ufe0f",
"version": "1.0.0",
"ui_class": "ImageBackgroundRemoverUI",
"ui_module": "tools.image_background_remover.image_background_remover_ui"
},
{
"id": "image_background_remover",
"name": "Image Background Remover",
"description": "A tool that removes backgrounds from images",
"icon": "\ud83d\uddbc\ufe0f",
"version": "1.0.0",
"ui_class": "ImageBackgroundRemoverUI",
"ui_module": "tools.image_background_remover.image_background_remover_ui"
}
]
} |