Spaces:
Runtime error
Runtime error
Anusha806 commited on
Commit ·
51c1e26
1
Parent(s): b88fc43
commit14
Browse files
app.py
CHANGED
|
@@ -473,7 +473,7 @@ def search_fashion(query: str, alpha: float):
|
|
| 473 |
|
| 474 |
return imgs_with_captions
|
| 475 |
|
| 476 |
-
|
| 477 |
import numpy as np
|
| 478 |
|
| 479 |
def search_by_image(uploaded_image, alpha=0.5):
|
|
|
|
| 473 |
|
| 474 |
return imgs_with_captions
|
| 475 |
|
| 476 |
+
from PIL import Image, ImageOps
|
| 477 |
import numpy as np
|
| 478 |
|
| 479 |
def search_by_image(uploaded_image, alpha=0.5):
|