ubamba98 commited on
Commit
598e977
·
1 Parent(s): 409c8d1

fix fn name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ def find_similar(image):
38
  return Image(url=photo_data["photo_image_url"] + "?w=640")
39
 
40
 
41
- iface = gr.Interface(fn=bg_remove, inputs="image", outputs="image").launch()
 
38
  return Image(url=photo_data["photo_image_url"] + "?w=640")
39
 
40
 
41
+ iface = gr.Interface(fn=find_similar, inputs="image", outputs="image").launch()