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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -702,7 +702,6 @@ with gr.Blocks(css="""
702
  inputs=[model_id_input, benchmark_selection_radio, benchmark_subject_dropdown, sample_count_slider], # Updated inputs
703
  outputs=[
704
  acc_output,
705
- error_message_output, debug_error_column, # For error state
706
  show_details_button, download_button, detail_output # For success state
707
  ]
708
  )
 
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
  )