EvgenyK commited on
Commit
23ac57e
·
1 Parent(s): ad3217a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -65,7 +65,6 @@ with gr.Blocks() as demo:
65
  label="Products", show_label=False, elem_id="gallery"
66
  ).style(grid=[2], height="auto")
67
 
68
- btn.click(find_best_matches(text), None, gallery)
69
-
70
 
71
  demo.launch()
 
65
  label="Products", show_label=False, elem_id="gallery"
66
  ).style(grid=[2], height="auto")
67
 
68
+ btn.click(find_best_matches, inputs = text, gallery)
 
69
 
70
  demo.launch()