Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ fashion_processor = SearchItem(api_key, env)
|
|
| 33 |
|
| 34 |
def retrieve_images(query, image=None):
|
| 35 |
if image:
|
| 36 |
-
# If image is provided, use retrieve_image_from_image
|
| 37 |
return retrieve_image_from_image(image, query)
|
| 38 |
else:
|
| 39 |
# If image is not provided, use retrieve_image_from_query function
|
|
|
|
| 33 |
|
| 34 |
def retrieve_images(query, image=None):
|
| 35 |
if image:
|
| 36 |
+
# If image is provided, use retrieve_image_from_image functions
|
| 37 |
return retrieve_image_from_image(image, query)
|
| 38 |
else:
|
| 39 |
# If image is not provided, use retrieve_image_from_query function
|