Skip to content

Commit c977bac

Browse files
author
novasush
committed
Added license file
1 parent f07e5cf commit c977bac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

static/classifier.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ var model = undefined;
4545

4646

4747
async function initialize() {
48-
4948
model = await tf.loadLayersModel('/weights/catsvsdogs/model.json');
50-
51-
// document.getElementById('predict').addEventListener('click', () => predict());
52-
5349
}
5450

5551
async function predict() {

0 commit comments

Comments
 (0)