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