LamiaYT commited on
Commit
98b9870
·
1 Parent(s): 7931474

Last approach

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -340,7 +340,7 @@ with gr.Blocks() as demo:
340
  run_btn = gr.Button("Run and Submit")
341
  run_btn.click(
342
  fn=run_and_submit_all,
343
- inputs=[gr.OAuthProfile()],
344
  outputs=[status, result]
345
  )
346
 
 
340
  run_btn = gr.Button("Run and Submit")
341
  run_btn.click(
342
  fn=run_and_submit_all,
343
+ inputs=["profile"],
344
  outputs=[status, result]
345
  )
346