captcha
captcha copied to clipboard
write labels err
writer.writerows(labels)
TypeError: a bytes-like object is required, not 'str'
change csvfile = open('GenPics/lables.csv', 'wb') to "csvfile = open('GenPics/lables.csv', 'w') "(in genrate.py, line 105)