dibahadie commited on
Commit
3c07649
1 Parent(s): 1bb0b97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def cos_similarity(feature1, feature2):
52
 
53
 
54
  def predict_match(image):
55
- kp_image, main_feature = final_features(image_path)
56
  contours = get_all_features()
57
 
58
  l = []
 
52
 
53
 
54
  def predict_match(image):
55
+ kp_image, main_feature = final_features(image)
56
  contours = get_all_features()
57
 
58
  l = []