Enderchef commited on
Commit
e0c90be
·
verified ·
1 Parent(s): 68322c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -701,8 +701,7 @@ with gr.Blocks(css="""
701
  run_evaluation,
702
  inputs=[model_id_input, benchmark_selection_radio, benchmark_subject_dropdown, sample_count_slider], # Updated inputs
703
  outputs=[
704
- acc_output,
705
- show_details_button, download_button, detail_output # For success state
706
  ]
707
  )
708
 
 
701
  run_evaluation,
702
  inputs=[model_id_input, benchmark_selection_radio, benchmark_subject_dropdown, sample_count_slider], # Updated inputs
703
  outputs=[
704
+ acc_output
 
705
  ]
706
  )
707