remove autotagger

This commit is contained in:
Flummi
2022-08-09 16:29:04 +02:00
parent dc14d2f78f
commit 77a703a5f0
2 changed files with 7 additions and 3 deletions

View File

@@ -162,6 +162,7 @@ export default new class {
return tags;
};
async detectNSFW(dest) {
return false;
const { stdout, stderr } = await exec(
`python -c "import sys\nfrom nsfw_detector import predict\nmodel = predict.load_model('./nsfw_model.h5')\nprint(predict.classify(model, './public/b/${dest}'))"`
);