informsapta commited on
Commit
faf07ea
·
verified ·
1 Parent(s): 1da91a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks() as demo:
184
 
185
  run_button.click(
186
  fn=lambda profile: asyncio.run(run_and_submit_all(profile)),
187
- inputs=gr.OAuth(),
188
  outputs=[status_output, results_table]
189
  )
190
 
 
184
 
185
  run_button.click(
186
  fn=lambda profile: asyncio.run(run_and_submit_all(profile)),
187
+ #inputs=gr.OAuth(),
188
  outputs=[status_output, results_table]
189
  )
190