Update README.md
Browse files
README.md
CHANGED
@@ -69,4 +69,4 @@ result = classifier(image_path)
|
|
69 |
predicted_label = result[0]['label']
|
70 |
|
71 |
# Output the prediction
|
72 |
-
print(f'The predicted class for the image is: {predicted_label}')
|
|
|
69 |
predicted_label = result[0]['label']
|
70 |
|
71 |
# Output the prediction
|
72 |
+
print(f'The predicted class for the image is: {predicted_label}')
|