python from nude import Nude def detect_nudity(image_path): n = Nude(image_path) n.parse() if n.result: else: if __name__ == '__main__': image_path = 'path/to/image.jpg' detect_nudity(image_path)


上一篇:
下一篇:
切换中文