Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -338,7 +338,10 @@ with gr.Blocks(title="Solar CME Detection") as demo:
|
|
| 338 |
|
| 339 |
demo_btn.click(
|
| 340 |
fn=load_demo,
|
| 341 |
-
inputs=[
|
|
|
|
|
|
|
|
|
|
| 342 |
outputs=[report, preview, fetched_frames_state, total_images]
|
| 343 |
)
|
| 344 |
# Analyze button action
|
|
|
|
| 338 |
|
| 339 |
demo_btn.click(
|
| 340 |
fn=load_demo,
|
| 341 |
+
inputs=[
|
| 342 |
+
gif_input, max_images, size, tool,
|
| 343 |
+
lower_bound, upper_bound, param1, param2, center_tolerance, morph_iterations, min_rad, display_mode, fetched_frames_state
|
| 344 |
+
],
|
| 345 |
outputs=[report, preview, fetched_frames_state, total_images]
|
| 346 |
)
|
| 347 |
# Analyze button action
|