smahesh29 / Gender-and-Age-Detection

A Python project which can detect gender and age using OpenCV of the person (face) in a picture or through webcam.
MIT License
487 stars 204 forks source link

Running the command gives an error #8

Open shobhitdixit opened 2 years ago

shobhitdixit commented 2 years ago

python detect.py --image girl1.jpg File "detect.py", line 69 print(f'Gender: {gender}') ^ SyntaxError: invalid syntax