Update app.py
Browse files
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(
|