Skip to content

Commit

Permalink
typo in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Oct 17, 2024
1 parent 66a11a7 commit 69cd9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/basic_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cle = CLIJ3.getInstance()

imp = IJ.openImage("http://imagej.nih.gov/ij/images/blobs.gif");
imp = IJ.openImage("/data/clesperanto/clij3/demo/blobs.tif")
imp.show()

gpu_image = cle.push(imp)
Expand Down

0 comments on commit 69cd9aa

Please sign in to comment.