import ybc_face as face import ybc_box as box pic = box.fileopenbox() res = face.info(pic) box.msgbox('这张照片的识别结果是:' + res, pic)