Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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 = []
|