keynes42 commited on
Commit
3ad0210
·
verified ·
1 Parent(s): 12da333

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -333,7 +333,6 @@ with gr.Blocks() as demo:
333
  ).then(
334
  # 2) Second handler: your long‐running generator
335
  fn=run_and_submit_all, # this function must `yield` (status, table)
336
- inputs=[/* whatever inputs you need */],
337
  outputs=[status_output, results_table]
338
  )
339
  # run_button.click(
 
333
  ).then(
334
  # 2) Second handler: your long‐running generator
335
  fn=run_and_submit_all, # this function must `yield` (status, table)
 
336
  outputs=[status_output, results_table]
337
  )
338
  # run_button.click(