sasha HF Staff commited on
Commit
dc2bc35
·
1 Parent(s): 222f245

overlay_image_path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def query(image, top_k=1):
33
 
34
 
35
  def overlay_png_on_side_by_side_images(
36
- person_image_path, insect_image_path, png_path, png_position=(0, 0)
37
  ):
38
  """
39
  Overlays a PNG image onto two side-by-side images, resizing them to fit.
 
33
 
34
 
35
  def overlay_png_on_side_by_side_images(
36
+ person_image_path, insect_image_path, overlay_image_path, png_position=(0, 0)
37
  ):
38
  """
39
  Overlays a PNG image onto two side-by-side images, resizing them to fit.