change classification notebook (#18037)
This commit is contained in:
parent
838d792d96
commit
9754117a61
@ -47,7 +47,7 @@ Load an Image
|
||||
|
||||
# Reshape to model input shape.
|
||||
input_image = np.expand_dims(input_image, 0)
|
||||
plt.imshow(image);
|
||||
plt.imshow(image)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user