Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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]
|