Update README.md
Browse files
README.md
CHANGED
|
@@ -173,3 +173,6 @@ prediction = predict_image(model, image_path)
|
|
| 173 |
print(f'The predicted class for the image is: {prediction}')
|
| 174 |
plot_image(image_path, prediction)
|
| 175 |
The predicted class for the image is: Cat
|
|
|
|
|
|
|
|
|
|
|
|
| 173 |
print(f'The predicted class for the image is: {prediction}')
|
| 174 |
plot_image(image_path, prediction)
|
| 175 |
The predicted class for the image is: Cat
|
| 176 |
+
|
| 177 |
+

|
| 178 |
+
|