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