Skip to content

Commit 20370f8

Browse files
committed
Uncommenting cake classification script
1 parent 3c9b1e5 commit 20370f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

model-classification-app/scripts/classify-images.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ async function run() {
3939

4040
// Reset index (uncomment if regenerating)
4141
//await clearIndex();
42-
43-
//await getCakeImages();
44-
//const cakeImageUrls = loadCakeImageUrls();
45-
//await classifyImages('cake', cakeImageUrls);
42+
43+
await getCakeImages();
44+
const cakeImageUrls = loadCakeImageUrls();
45+
await classifyImages('cake', cakeImageUrls);
4646

4747
const objectImageUrls = await getUnsplashImageUrls();
4848
await classifyImages("not cake", objectImageUrls);

0 commit comments

Comments
 (0)