background-removal-js
background-removal-js copied to clipboard
Error: Failed to fetch
It was working fine and suddenly it started giving this error message in the browser
err ---> Error: Failed to fetch /models/medium with size 4194304 but got 0
at resource.ts:57:1
at async Promise.all (index 3)
at async loadAsBlob (resource.ts:71:1)
at async initInference (inference.ts:16:1)
at async removeBackground (index.ts:32:1)
This happens when the data can't be fetched. Have you tried clearing the cache?
@DanielHauschildt yes but that's not working either
same here