Lefei commited on
Commit
2091b13
Β·
verified Β·
1 Parent(s): b7dddd1

update 1,000->100,000

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(title="VisionTS++ Advanced Forecasting Platform", theme=gr.themes
297
  run_btn = gr.Button("πŸš€ Run Forecast", variant="primary")
298
 
299
  gr.Markdown("### 2. Sample Selection")
300
- sample_index = gr.Slider(label="Sample Index", minimum=0, maximum=1000, step=1, value=10000)
301
 
302
  with gr.Column(scale=3):
303
  gr.Markdown("### 3. Prediction Results")
 
297
  run_btn = gr.Button("πŸš€ Run Forecast", variant="primary")
298
 
299
  gr.Markdown("### 2. Sample Selection")
300
+ sample_index = gr.Slider(label="Sample Index", minimum=0, maximum=100000, step=1, value=100000)
301
 
302
  with gr.Column(scale=3):
303
  gr.Markdown("### 3. Prediction Results")