Visionkambanje commited on
Commit
36becbb
·
verified ·
1 Parent(s): a4bd995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -227,6 +227,7 @@ with gr.Blocks() as demo:
227
 
228
  run_button.click(
229
  fn=run_and_submit_all,
 
230
  outputs=[status_output, results_table]
231
 
232
 
 
227
 
228
  run_button.click(
229
  fn=run_and_submit_all,
230
+ input=(HF_Api_key)
231
  outputs=[status_output, results_table]
232
 
233