fix/#22 #23

Merged
sayan merged 3 commits from fix/#22 into main 2026-04-13 02:35:28 +05:30
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 5e8196cf5c - Show all commits

Binary file not shown.

View File

@@ -18,7 +18,7 @@ export interface FaceLandmarkerResult {
const MODEL_URL =
import.meta.env.VITE_MEDIAPIPE_MODEL_URL ??
'/mediapipe/models/face_landmarker.task';
'/mediapipe/assets/face_landmarker.task';
const WASM_ROOT =
import.meta.env.VITE_MEDIAPIPE_WASM_ROOT ??