So I was provided a function show_image that takes an array, and basically calls
plt.imshow(img, cmap=\'gray\') plt.axis(\'off\')
in its body. It