broadfield-dev commited on
Commit
5e8a670
·
verified ·
1 Parent(s): b20ede1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ with gr.Blocks(title="Solar CME Detection") as demo:
315
  analyze_button.click(
316
  fn=process_input,
317
  inputs=[
318
- gif_file, max_images, size, tool,
319
  lower_bound, upper_bound, param1, param2, center_tolerance, morph_iterations, min_rad, display_mode, fetched_frames_state
320
  ],
321
  outputs=[report, gallery, gif_output, preview, total_images]
 
315
  analyze_button.click(
316
  fn=process_input,
317
  inputs=[
318
+ gif_input, max_images, size, tool,
319
  lower_bound, upper_bound, param1, param2, center_tolerance, morph_iterations, min_rad, display_mode, fetched_frames_state
320
  ],
321
  outputs=[report, gallery, gif_output, preview, total_images]