Spaces:
Running
Running
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
@@ -177,16 +177,6 @@ const IsLocal = String(window.location.href).startsWith(`http://localhost:`);
|
|
177 |
const IsLiveTests = urlParams.has('livetests');
|
178 |
|
179 |
const menuItems = [
|
180 |
-
{
|
181 |
-
name: 'ml2scratch',
|
182 |
-
extensionId: 'https://champierre.github.io/ml2scratch/ml2scratch.mjs',
|
183 |
-
iconURL: 'https://raw.githubusercontent.com/champierre/ml2scratch/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ml2scratch/ml2scratch.png',
|
184 |
-
insetIconURL: 'https://raw.githubusercontent.com/champierre/ml2scratch/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ml2scratch/ml2scratch-small.png',
|
185 |
-
tags: [],
|
186 |
-
description: '簡単に機械学習ができます。',
|
187 |
-
twDeveloper: 'champierre',
|
188 |
-
featured: true
|
189 |
-
},
|
190 |
{
|
191 |
name: 'posenet4scratch',
|
192 |
extensionId: 'https://huggingface.co/datasets/soiz1/my-scratch-ai-extensions/raw/main/posenet4scratch.js',
|
|
|
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',
|