Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
raven38 committed Mar 15, 2021
1 parent 44cb572 commit 14bc12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_edit_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"\n",
"def make_aligned_image(img_file_buffer, input_image_path, aligned_image_path):\n",
" Image.open(BytesIO(img_file_buffer)).save(input_image_path)\n",
" align_image(tname.name, aligned_image_path)\n",
" align_image(input_image_path, aligned_image_path)\n",
" \n",
"def imshow(images, col, viz_size=256):\n",
" \"\"\"Shows images in one figure.\"\"\"\n",
Expand Down

0 comments on commit 14bc12a

Please sign in to comment.