Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
guesswh0 committed Sep 28, 2021
1 parent bd6ad8d commit d9fdfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ work with **face recognition** tasks.
>>> engine = FaceEngine()
>>> engine.fit(['bubbles1.jpg', 'drive.jpg'], [1, 2])
>>> engine.make_prediction('bubbles2.jpg')
([1], [(270, 75, 406, 211)])
([(270, 75, 406, 211)], [1])
Installation
Expand Down

0 comments on commit d9fdfba

Please sign in to comment.