freddyaboulton commited on
Commit
7b343e8
·
verified ·
1 Parent(s): 4e58d9a

Update manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +56 -56
manifest.json CHANGED
@@ -66,6 +66,47 @@
66
  ],
67
  "repo_url": "https://github.com/hysts/gradio-huggingface-hub-search"
68
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  {
70
  "id": "contribution-heatmap",
71
  "name": "Contribution Heatmap",
@@ -91,6 +132,21 @@
91
  "category": "input",
92
  "repo_url": "https://huggingface.co/spaces/ysharma/drag-and-drop-kanban-board/"
93
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  {
95
  "id": "video-slider",
96
  "name": "Video Slider",
@@ -103,20 +159,6 @@
103
  ],
104
  "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_video_slider"
105
  },
106
- {
107
- "id": "rich-textbox",
108
- "name": "Rich Textbox",
109
- "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.",
110
- "author": "ysharma",
111
- "tags": [
112
- "input",
113
- "textbox",
114
- "rich-text",
115
- "editor",
116
- "formatting"
117
- ],
118
- "repo_url": "https://github.com/yvrjsharma/html-custom-components"
119
- },
120
  {
121
  "id": "sidebar-menu",
122
  "name": "Sidebar Menu",
@@ -242,19 +284,6 @@
242
  "author": "abidlabs",
243
  "tags": []
244
  },
245
- {
246
- "id": "gpu-monitor",
247
- "name": "GPU Monitor",
248
- "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.",
249
- "author": "elismasilva",
250
- "tags": [
251
- "monitoring",
252
- "gpu",
253
- "training",
254
- "dashboard"
255
- ],
256
- "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_gpu_monitor"
257
- },
258
  {
259
  "id": "horizontal-bar",
260
  "name": "Horizontal Bar",
@@ -266,33 +295,4 @@
266
  ],
267
  "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_horizontal_bar"
268
  },
269
- {
270
- "id": "autocomplete-textbox",
271
- "name": "Autocomplete Textbox",
272
- "description": "A textbox with AI-powered autocomplete suggestions (similar to Gmail smart compose). Uses HuggingFace Inference API to generate inline completions. Press Tab to accept, Esc to dismiss.",
273
- "author": "ysharma",
274
- "tags": [
275
- "input",
276
- "textbox",
277
- "autocomplete",
278
- "ai",
279
- "smart-compose"
280
- ],
281
- "repo_url": "https://github.com/yvrjsharma/html-custom-components"
282
- },
283
- {
284
- "id": "3d-camera-control",
285
- "name": "3D Camera Control",
286
- "description": "An interactive 3D camera orbit controller for image viewing. Features a d-pad for azimuth/elevation control and zoom buttons. Displays real-time camera coordinates (azimuth, elevation, distance). HUD controls appear on hover.",
287
- "author": "ysharma",
288
- "tags": [
289
- "display",
290
- "3d",
291
- "camera",
292
- "orbit",
293
- "viewer",
294
- "image"
295
- ],
296
- "repo_url": "https://github.com/yvrjsharma/html-custom-components"
297
- }
298
  ]
 
66
  ],
67
  "repo_url": "https://github.com/hysts/gradio-huggingface-hub-search"
68
  },
69
+ {
70
+ "id": "gpu-monitor",
71
+ "name": "GPU Monitor",
72
+ "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.",
73
+ "author": "elismasilva",
74
+ "tags": [
75
+ "monitoring",
76
+ "gpu",
77
+ "training",
78
+ "dashboard"
79
+ ],
80
+ "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_gpu_monitor"
81
+ },
82
+ {
83
+ "id": "autocomplete-textbox",
84
+ "name": "Autocomplete Textbox",
85
+ "description": "A textbox with AI-powered autocomplete suggestions (similar to Gmail smart compose). Uses HuggingFace Inference API to generate inline completions. Press Tab to accept, Esc to dismiss.",
86
+ "author": "ysharma",
87
+ "tags": [
88
+ "input",
89
+ "textbox",
90
+ "autocomplete",
91
+ "ai",
92
+ "smart-compose"
93
+ ],
94
+ "repo_url": "https://github.com/yvrjsharma/html-custom-components"
95
+ },
96
+ {
97
+ "id": "rich-textbox",
98
+ "name": "Rich Textbox",
99
+ "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.",
100
+ "author": "ysharma",
101
+ "tags": [
102
+ "input",
103
+ "textbox",
104
+ "rich-text",
105
+ "editor",
106
+ "formatting"
107
+ ],
108
+ "repo_url": "https://github.com/yvrjsharma/html-custom-components"
109
+ },
110
  {
111
  "id": "contribution-heatmap",
112
  "name": "Contribution Heatmap",
 
132
  "category": "input",
133
  "repo_url": "https://huggingface.co/spaces/ysharma/drag-and-drop-kanban-board/"
134
  },
135
+ {
136
+ "id": "3d-camera-control",
137
+ "name": "3D Camera Control",
138
+ "description": "An interactive 3D camera orbit controller for image viewing. Features a d-pad for azimuth/elevation control and zoom buttons. Displays real-time camera coordinates (azimuth, elevation, distance). HUD controls appear on hover.",
139
+ "author": "ysharma",
140
+ "tags": [
141
+ "display",
142
+ "3d",
143
+ "camera",
144
+ "orbit",
145
+ "viewer",
146
+ "image"
147
+ ],
148
+ "repo_url": "https://github.com/yvrjsharma/html-custom-components"
149
+ },
150
  {
151
  "id": "video-slider",
152
  "name": "Video Slider",
 
159
  ],
160
  "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_video_slider"
161
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  {
163
  "id": "sidebar-menu",
164
  "name": "Sidebar Menu",
 
284
  "author": "abidlabs",
285
  "tags": []
286
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  {
288
  "id": "horizontal-bar",
289
  "name": "Horizontal Bar",
 
295
  ],
296
  "repo_url": "https://huggingface.co/spaces/elismasilva/gradio_horizontal_bar"
297
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
298
  ]