Closed NCLnclNCL closed 1 year ago
const modelURL = https://hekt.akmal.dev/${label}.ort; const fetchModel = await fetch(modelURL, { method: 'HEAD' }); As far as I know, the head method will check instead of downloading but I don't understand what you are requesting to this site for
https://hekt.akmal.dev/${label}.ort
const modelURL =
https://hekt.akmal.dev/${label}.ort
; const fetchModel = await fetch(modelURL, { method: 'HEAD' }); As far as I know, the head method will check instead of downloading but I don't understand what you are requesting to this site for