Spaces:
Runtime error
Runtime error
Update search.py
Browse files
search.py
CHANGED
@@ -104,5 +104,4 @@ if __name__ == "__main__":
|
|
104 |
|
105 |
imgs = [fashion_processor.images[int(r["id"])] for r in result["matches"]]
|
106 |
|
107 |
-
print('Ok')
|
108 |
-
# breakpoint()
|
|
|
104 |
|
105 |
imgs = [fashion_processor.images[int(r["id"])] for r in result["matches"]]
|
106 |
|
107 |
+
print('Ok')
|
|