Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -312,7 +312,7 @@ with gr.Blocks(title="Solar CME Detection") as demo:
|
|
312 |
gr.Markdown("### Input Options")
|
313 |
demo_btn = gr.Button("Load Demo")
|
314 |
gif_input = gr.File(label="Upload Solar GIF (optional)", file_types=[".gif"])
|
315 |
-
max_images = gr.Slider(minimum=1, maximum=
|
316 |
fetch_button = gr.Button("Fetch Images from URL")
|
317 |
analyze_button = gr.Button("Analyze")
|
318 |
|
|
|
312 |
gr.Markdown("### Input Options")
|
313 |
demo_btn = gr.Button("Load Demo")
|
314 |
gif_input = gr.File(label="Upload Solar GIF (optional)", file_types=[".gif"])
|
315 |
+
max_images = gr.Slider(minimum=1, maximum=300, value=10, step=1, label="Max Images to Fetch")
|
316 |
fetch_button = gr.Button("Fetch Images from URL")
|
317 |
analyze_button = gr.Button("Analyze")
|
318 |
|