Spaces:
Build error
Build error
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
@@ -9,6 +9,9 @@ import musicInsetIconURL from './music/music-small.svg';
|
|
9 |
import penIconURL from './pen/pen.png';
|
10 |
import penInsetIconURL from './pen/pen-small.svg';
|
11 |
|
|
|
|
|
|
|
12 |
import videoSensingIconURL from './videoSensing/video-sensing.png';
|
13 |
import videoSensingInsetIconURL from './videoSensing/video-sensing-small.svg';
|
14 |
|
@@ -174,6 +177,17 @@ const IsLocal = String(window.location.href).startsWith(`http://localhost:`);
|
|
174 |
const IsLiveTests = urlParams.has('livetests');
|
175 |
|
176 |
const menuItems = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
{
|
178 |
name: (
|
179 |
<FormattedMessage
|
|
|
9 |
import penIconURL from './pen/pen.png';
|
10 |
import penInsetIconURL from './pen/pen-small.svg';
|
11 |
|
12 |
+
import posenet4scratchIcon from './izum00/posenet4scratch/icon.png';
|
13 |
+
import posenet4scratchThumb from './izum00/posenet4scratch/thumb.png';
|
14 |
+
|
15 |
import videoSensingIconURL from './videoSensing/video-sensing.png';
|
16 |
import videoSensingInsetIconURL from './videoSensing/video-sensing-small.svg';
|
17 |
|
|
|
177 |
const IsLiveTests = urlParams.has('livetests');
|
178 |
|
179 |
const menuItems = [
|
180 |
+
{
|
181 |
+
name: 'posenet4scratch',
|
182 |
+
extensionId: 'https://huggingface.co/datasets/soiz1/my-scratch-ai-extensions/raw/main/posenet4scratch.js',
|
183 |
+
tags: [],
|
184 |
+
extDeveloper: 'izum00',
|
185 |
+
iconURL: posenet4scratchThumb,
|
186 |
+
insetIconURL: posenet4scratchIcon,
|
187 |
+
description: 'γ«γ‘γ©η»εγγγγΌγΊγγ©γγγ³γ°γγΎγγ',
|
188 |
+
customInsetColor: '#D9F0FF',
|
189 |
+
featured: true
|
190 |
+
},
|
191 |
{
|
192 |
name: (
|
193 |
<FormattedMessage
|