Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|