Hacker News new | ask | show | jobs
by rikafurude21 677 days ago

    # process image to videos
    if modules.globals.nsfw == False:
        from modules.predicter import predict_video
        if predict_video(modules.globals.target_path):
            destroy()
1 comments

I'm a big fan of explicit checks like this.
Did they ever work?
For the user, yes, you can choose what the software does on your computer.