generated from Hazel/python-project
8 lines
148 B
Python
8 lines
148 B
Python
from .detect_humans import detect_humans
|
|
|
|
|
|
def cli():
|
|
print(f"Running secure_pixelation")
|
|
|
|
detect_humans("assets/human_detection/rev1.png")
|