GantMan / nsfw_model

Keras model of NSFW detector
Other
1.76k stars 273 forks source link

Only absolute URL supported #72

Closed ray-1337 closed 4 years ago

ray-1337 commented 4 years ago

const model = nsfwjs.load('/path/to/different/model/', { size: 299 }) I do this /path/to/model/ but I got [Only absolute URL supported] hmm...

minhchienwikipedia commented 1 year ago

how can you fix it?