fix: relocate local mediapipe model asset

This commit is contained in:
Sagnik
2026-04-13 02:18:02 +05:30
parent 28d9e46191
commit 5e8196cf5c
2 changed files with 1 additions and 1 deletions

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 ??