Skip to content

Commit

Permalink
Update kornia_image_points_transforms.ipynb
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
YushaArif99 authored Oct 25, 2024
1 parent 69727dc commit 9f10b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_and_demos/kornia_image_points_transforms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"%%capture\n",
"!pip install kornia\n",
"!pip install kornia-rs matplotlib\n",
"!pip install flax",
"!pip install flax==0.10.0 \n",
"!pip install -q ivy \n",
"\n",
"!rm -rf ivy_transpiled_outputs/"
Expand Down

0 comments on commit 9f10b5e

Please sign in to comment.