Skip to content

Commit afb3aae

Browse files
committed
Add shebang to face detection demo
1 parent 2e2dbf2 commit afb3aae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/face_detection/face_detection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import argparse
24
import asyncio
35

0 commit comments

Comments
 (0)