Closed ari-party closed 1 year ago
Hey, thanks for the issue.
It looks like your model path may be incorrect as it will be relative from the file you're running NsfwSpy from. Can you try using the following path and see if that fixes it?
const nsfwSpy = new NsfwSpy("file://./models/model.json");
Hi yeah, that seemed to resolve the issue.