change classification notebook (#18037)

This commit is contained in:
Tatiana Savina 2023-06-14 09:34:06 +02:00 committed by GitHub
parent 838d792d96
commit 9754117a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)