이재호

update model

...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 // https://github.com/googlecreativelab/teachablemachine-community/tree/master/libraries/image 20 // https://github.com/googlecreativelab/teachablemachine-community/tree/master/libraries/image
21 21
22 // the link to your model provided by Teachable Machine export panel 22 // the link to your model provided by Teachable Machine export panel
23 - const URL = "https://teachablemachine.withgoogle.com/models/2QtWMcVET/"; 23 + const URL = "https://teachablemachine.withgoogle.com/models/CZw3xQLld/";
24 24
25 let model, webcam, labelContainer, maxPredictions; 25 let model, webcam, labelContainer, maxPredictions;
26 26
......