andreska commited on
Commit
bf9d264
·
verified ·
1 Parent(s): d373d2b

Try fix runtime crash

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as iface:
31
  update_btn = gr.Button("Update")
32
  update_btn.click(
33
  fn=update_values,
34
- inputs=['test1', 'test2'],
35
  outputs=output
36
  )
37
 
 
31
  update_btn = gr.Button("Update")
32
  update_btn.click(
33
  fn=update_values,
34
+ inputs=[project_data, question],
35
  outputs=output
36
  )
37