🚧 add show function

main
HugoooR 1 year ago
parent e9be3b12b6
commit 9b5b74a876

@ -0,0 +1,6 @@
import matplotlib.pyplot as plt
def show_image(image):
plt.imshow(image)
plt.show()
Loading…
Cancel
Save