github-actions[bot] commited on
Commit
b4a3b1c
·
1 Parent(s): 74c3ba0

Deploy from GitHub - 2026-01-19 07:39:04

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2747,7 +2747,7 @@ with gr.Blocks(
2747
 
2748
  # Benchmark handlers
2749
  run_benchmark_btn.click(
2750
- fn=lambda s: (create_benchmark_comparison(s), refresh_styles_btn.click(),),
2751
  inputs=[benchmark_style],
2752
  outputs=[benchmark_chart]
2753
  )
 
2747
 
2748
  # Benchmark handlers
2749
  run_benchmark_btn.click(
2750
+ fn=create_benchmark_comparison,
2751
  inputs=[benchmark_style],
2752
  outputs=[benchmark_chart]
2753
  )