keynes42 commited on
Commit
01c16cc
·
verified ·
1 Parent(s): a330f2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -327,7 +327,7 @@ with gr.Blocks() as demo:
327
  run_button.click(
328
  fn=run_and_submit_all,
329
  outputs=[status_output, results_table],
330
- stream=True
331
  )
332
 
333
  if __name__ == "__main__":
 
327
  run_button.click(
328
  fn=run_and_submit_all,
329
  outputs=[status_output, results_table],
330
+ streaming=True
331
  )
332
 
333
  if __name__ == "__main__":