LucyintheSky commited on
Commit
97d31c8
·
verified ·
1 Parent(s): 74c4469

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,5 +65,5 @@ def predict_features(image_path):
65
 
66
  return pred_labels
67
 
68
- predict_features('image.jpg')
69
  ```
 
65
 
66
  return pred_labels
67
 
68
+ print(predict_features('image.jpg'))
69
  ```