broadfield-dev commited on
Commit
0faa096
·
verified ·
1 Parent(s): f221956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -309,8 +309,8 @@ with gr.Blocks(title="Solar CME Detection") as demo:
309
  # Fetch button action
310
  fetch_button.click(
311
  fn=handle_fetch,
312
- #inputs=[max_images, ident, size, tool],
313
- inputs=[max_images],
314
  outputs=[report, preview, fetched_frames_state, total_images]
315
  )
316
 
 
309
  # Fetch button action
310
  fetch_button.click(
311
  fn=handle_fetch,
312
+ inputs=[max_images, ident, size, tool],
313
+ #inputs=[max_images],
314
  outputs=[report, preview, fetched_frames_state, total_images]
315
  )
316