From d10cbd5c3fe8be93e2ba7a5f2d2f82c96e803644 Mon Sep 17 00:00:00 2001 From: maximvassiliev Date: Sat, 14 Dec 2024 12:35:58 +0000 Subject: [PATCH] new ai model --- src/artifact-component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/artifact-component.tsx b/src/artifact-component.tsx index 533c92b..fa8a3ac 100644 --- a/src/artifact-component.tsx +++ b/src/artifact-component.tsx @@ -561,7 +561,7 @@ const WebcamComponent : React.FC = ({success, msg, acceptA useEffect(() => { const loadModel = () => { // Path to the model's JSON file in the public folder - const modelPath = "https://teachablemachine.withgoogle.com/models/kAIpZlI8V/"; + const modelPath = "https://teachablemachine.withgoogle.com/models/79pLPee5sp/"; // Load the model using ml5.js const loadedModel = ml5.imageClassifier(modelPath, () => {