Anusha806 commited on
Commit
51c1e26
·
1 Parent(s): b88fc43
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -473,7 +473,7 @@ def search_fashion(query: str, alpha: float):
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):
 
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):