firagne commited on
Commit
2bdd55e
1 Parent(s): 2672b0d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks() as demo:
155
  return select_results
156
 
157
  results.change(
158
- fn=update_select, input=results, outputs=select_results
159
  )
160
  # for i in range(max_output):
161
 
 
155
  return select_results
156
 
157
  results.change(
158
+ fn=update_select, inputs=results, outputs=select_results
159
  )
160
  # for i in range(max_output):
161