Skip to content

Commit

Permalink
Fix check of pillow library in how_to_calculate_embeddings_drift exam…
Browse files Browse the repository at this point in the history
…ple.
  • Loading branch information
Liraim committed Apr 12, 2023
1 parent 14b0132 commit 0f1ab59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"#you might need to install pillow library to use datasets.fetch_lfw_people() from sklearn\n",
"\n",
"try:\n",
" import pillow\n",
" import PIL\n",
"except ImportError:\n",
" !pip install pillow"
]
Expand Down

0 comments on commit 0f1ab59

Please sign in to comment.