Spaces:
Sleeping
Sleeping
class SimilarityInterface: | |
def extract_feature(img): | |
return [] |
class SimilarityInterface: | |
def extract_feature(img): | |
return [] |