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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,6 +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, inputs = text, gallery)
69
 
70
  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, outputs = gallery)
69
 
70
  demo.launch()