broadfield-dev commited on
Commit
3f98bf1
·
verified ·
1 Parent(s): 3d6c93e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=100, 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
 
 
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