From 07a63616a65f0d1f0caf8286a4f13ec75daaedde Mon Sep 17 00:00:00 2001 From: PotatoGamo Date: Sun, 5 Oct 2025 04:31:47 -0700 Subject: [PATCH] - --- uwu_detector/sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwu_detector/sketch.js b/uwu_detector/sketch.js index 94b9390..1027f96 100644 --- a/uwu_detector/sketch.js +++ b/uwu_detector/sketch.js @@ -14,8 +14,8 @@ function setup() { audio: false, flipped: true, }); - handPose.detectStart(video, (results) => { hands = results; }); video.hide(); + handPose.detectStart(video, (results) => { hands = results; }); }