From 9ce1e620711ff83b03b94a47a90e1011501cf3f5 Mon Sep 17 00:00:00 2001 From: Snipeur060 <61784407+Snipeur060@users.noreply.github.com> Date: Sun, 11 Feb 2024 21:32:27 +0100 Subject: [PATCH] Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index d615cfa..0c65490 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,7 +9,7 @@ // https://github.com/googlecreativelab/teachablemachine-community/tree/master/libraries/image // the link to your model provided by Teachable Machine export panel - const URL = "https://raw.githubusercontent.com/Snipeur060/SpaceAI/tree/main/docs/model/"; + const URL = "https://raw.githubusercontent.com/Snipeur060/SpaceAI/main/docs/model/"; let model, webcam, labelContainer, maxPredictions;