freddyaboulton HF Staff commited on
Commit
c9a17f2
·
verified ·
1 Parent(s): 37a00df

Update manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +117 -117
manifest.json CHANGED
@@ -10,6 +10,61 @@
10
  ],
11
  "category": "Input",
12
  "repo_url": "https://huggingface.co/spaces/multimodalart/qwen-image-multiple-angles-3d-camera/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  },
14
  {
15
  "id": "contribution-heatmap",
@@ -35,6 +90,68 @@
35
  ],
36
  "category": "input",
37
  "repo_url": "https://huggingface.co/spaces/ysharma/drag-and-drop-kanban-board/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  },
39
  {
40
  "id": "spin-wheel",
@@ -148,122 +265,5 @@
148
  "description": "",
149
  "author": "abidlabs",
150
  "tags": []
151
- },
152
- {
153
- "id": "hugging-face-hub-search",
154
- "name": "Hugging Face Hub Search",
155
- "description": "A live search input for finding models, datasets, spaces, users, and organizations on the Hugging Face Hub",
156
- "author": "hysts",
157
- "tags": [
158
- "search",
159
- "huggingface"
160
- ],
161
- "repo_url": "https://github.com/hysts/gradio-huggingface-hub-search"
162
- },
163
- {
164
- "id": "detection-viewer",
165
- "name": "Detection Viewer",
166
- "description": "Visualize object detection results \u2014 bounding boxes, segmentation masks, human pose keypoints, skeleton connections, and confidence scores.",
167
- "author": "hysts",
168
- "tags": [
169
- "computer vision",
170
- "image",
171
- "object detection",
172
- "instance segmentation",
173
- "human pose estimation",
174
- "bounding box",
175
- "keypoints",
176
- "visualization"
177
- ],
178
- "repo_url": "https://github.com/hysts/gradio-detection-viewer"
179
- },
180
- {
181
- "id": "sam-prompter",
182
- "name": "SAM Prompter",
183
- "description": "Interactive SAM prompt input and mask visualization",
184
- "author": "hysts",
185
- "tags": [
186
- "computer vision",
187
- "image",
188
- "SAM",
189
- "interactive segmentation"
190
- ],
191
- "repo_url": "https://github.com/hysts/gradio-sam-prompter"
192
- },
193
- {
194
- "id": "trimap-editor",
195
- "name": "Trimap Editor",
196
- "description": "Draw trimap masks for image matting: foreground, unknown, and background regions",
197
- "author": "hysts",
198
- "tags": [
199
- "computer vision",
200
- "image",
201
- "trimap",
202
- "image matting",
203
- "segmentation"
204
- ],
205
- "repo_url": "https://github.com/hysts/gradio-trimap-editor"
206
- },
207
- {
208
- "id": "gpu-monitor",
209
- "name": "GPU Monitor",
210
- "description": "A real-time GPU monitoring component for Gradio apps Inspired by the GPU monitoring widget from the Ostris AI-Toolkit. Perfect for AI training dashboards, LLM hosting interfaces, or any Gradio app where users need to keep an eye on hardware resource consumption.",
211
- "author": "elismasilva",
212
- "tags": [
213
- "monitoring",
214
- "gpu",
215
- "training",
216
- "dashboard"
217
- ],
218
- "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_gpu_monitor"
219
- },
220
- {
221
- "id": "video-slider",
222
- "name": "Video Slider",
223
- "description": "A high-performance video comparison component for Gradio apps. It allows users to compare two videos side-by-side with a draggable slider, featuring frame-accurate synchronization and built-in audio/fullscreen controls.",
224
- "author": "elismasilva",
225
- "tags": [
226
- "video",
227
- "video-comparison",
228
- "slider"
229
- ],
230
- "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_video_slider"
231
- },
232
- {
233
- "id": "horizontal-bar",
234
- "name": "Horizontal Bar",
235
- "description": "A versatile, collapsible layout component for Gradio 6 apps using `gr.HTML`. It allows you to create fixed panels at the `top` or `bottom` of the screen that can contain any other Gradio component.",
236
- "author": "elismasilva",
237
- "tags": [
238
- "control-bar",
239
- "sidebar"
240
- ],
241
- "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_horizontal_bar"
242
- },
243
- {
244
- "id": "rich-textbox",
245
- "name": "Rich Textbox",
246
- "description": "A rich text editor with a formatting toolbar supporting bold, italic, underline, strikethrough, text color, highlight, ordered/unordered lists, blockquotes, inline code, code blocks, links, and emojis.",
247
- "author": "ysharma",
248
- "tags": [
249
- "input",
250
- "textbox",
251
- "rich-text",
252
- "editor",
253
- "formatting"
254
- ],
255
- "repo_url": "https://github.com/yvrjsharma/html-custom-components"
256
- },
257
- {
258
- "id": "sidebar-menu",
259
- "name": "Sidebar Menu",
260
- "description": "An elegant sidebar menu for complex Gradio apps like dashboards and AI tools, offering dynamic routing, collapsible groups, and full theme support built entirely with gr.HTML",
261
- "author": "elismasilva",
262
- "tags": [
263
- "menu",
264
- "sidebar",
265
- "dashboard"
266
- ],
267
- "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_sidebar_menu"
268
  }
269
  ]
 
10
  ],
11
  "category": "Input",
12
  "repo_url": "https://huggingface.co/spaces/multimodalart/qwen-image-multiple-angles-3d-camera/"
13
+ },
14
+ {
15
+ "id": "detection-viewer",
16
+ "name": "Detection Viewer",
17
+ "description": "Visualize object detection results \u2014 bounding boxes, segmentation masks, human pose keypoints, skeleton connections, and confidence scores.",
18
+ "author": "hysts",
19
+ "tags": [
20
+ "computer vision",
21
+ "image",
22
+ "object detection",
23
+ "instance segmentation",
24
+ "human pose estimation",
25
+ "bounding box",
26
+ "keypoints",
27
+ "visualization"
28
+ ],
29
+ "repo_url": "https://github.com/hysts/gradio-detection-viewer"
30
+ },
31
+ {
32
+ "id": "sam-prompter",
33
+ "name": "SAM Prompter",
34
+ "description": "Interactive SAM prompt input and mask visualization",
35
+ "author": "hysts",
36
+ "tags": [
37
+ "computer vision",
38
+ "image",
39
+ "SAM",
40
+ "interactive segmentation"
41
+ ],
42
+ "repo_url": "https://github.com/hysts/gradio-sam-prompter"
43
+ },
44
+ {
45
+ "id": "trimap-editor",
46
+ "name": "Trimap Editor",
47
+ "description": "Draw trimap masks for image matting: foreground, unknown, and background regions",
48
+ "author": "hysts",
49
+ "tags": [
50
+ "computer vision",
51
+ "image",
52
+ "trimap",
53
+ "image matting",
54
+ "segmentation"
55
+ ],
56
+ "repo_url": "https://github.com/hysts/gradio-trimap-editor"
57
+ },
58
+ {
59
+ "id": "hugging-face-hub-search",
60
+ "name": "Hugging Face Hub Search",
61
+ "description": "A live search input for finding models, datasets, spaces, users, and organizations on the Hugging Face Hub",
62
+ "author": "hysts",
63
+ "tags": [
64
+ "search",
65
+ "huggingface"
66
+ ],
67
+ "repo_url": "https://github.com/hysts/gradio-huggingface-hub-search"
68
  },
69
  {
70
  "id": "contribution-heatmap",
 
90
  ],
91
  "category": "input",
92
  "repo_url": "https://huggingface.co/spaces/ysharma/drag-and-drop-kanban-board/"
93
+ },
94
+ {
95
+ "id": "gpu-monitor",
96
+ "name": "GPU Monitor",
97
+ "description": "A real-time GPU monitoring component for Gradio apps Inspired by the GPU monitoring widget from the Ostris AI-Toolkit. Perfect for AI training dashboards, LLM hosting interfaces, or any Gradio app where users need to keep an eye on hardware resource consumption.",
98
+ "author": "elismasilva",
99
+ "tags": [
100
+ "monitoring",
101
+ "gpu",
102
+ "training",
103
+ "dashboard"
104
+ ],
105
+ "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_gpu_monitor"
106
+ },
107
+ {
108
+ "id": "video-slider",
109
+ "name": "Video Slider",
110
+ "description": "A high-performance video comparison component for Gradio apps. It allows users to compare two videos side-by-side with a draggable slider, featuring frame-accurate synchronization and built-in audio/fullscreen controls.",
111
+ "author": "elismasilva",
112
+ "tags": [
113
+ "video",
114
+ "video-comparison",
115
+ "slider"
116
+ ],
117
+ "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_video_slider"
118
+ },
119
+ {
120
+ "id": "horizontal-bar",
121
+ "name": "Horizontal Bar",
122
+ "description": "A versatile, collapsible layout component for Gradio 6 apps using `gr.HTML`. It allows you to create fixed panels at the `top` or `bottom` of the screen that can contain any other Gradio component.",
123
+ "author": "elismasilva",
124
+ "tags": [
125
+ "control-bar",
126
+ "sidebar"
127
+ ],
128
+ "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_horizontal_bar"
129
+ },
130
+ {
131
+ "id": "rich-textbox",
132
+ "name": "Rich Textbox",
133
+ "description": "A rich text editor with a formatting toolbar supporting bold, italic, underline, strikethrough, text color, highlight, ordered/unordered lists, blockquotes, inline code, code blocks, links, and emojis.",
134
+ "author": "ysharma",
135
+ "tags": [
136
+ "input",
137
+ "textbox",
138
+ "rich-text",
139
+ "editor",
140
+ "formatting"
141
+ ],
142
+ "repo_url": "https://github.com/yvrjsharma/html-custom-components"
143
+ },
144
+ {
145
+ "id": "sidebar-menu",
146
+ "name": "Sidebar Menu",
147
+ "description": "An elegant sidebar menu for complex Gradio apps like dashboards and AI tools, offering dynamic routing, collapsible groups, and full theme support built entirely with gr.HTML",
148
+ "author": "elismasilva",
149
+ "tags": [
150
+ "menu",
151
+ "sidebar",
152
+ "dashboard"
153
+ ],
154
+ "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_sidebar_menu"
155
  },
156
  {
157
  "id": "spin-wheel",
 
265
  "description": "",
266
  "author": "abidlabs",
267
  "tags": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
  }
269
  ]