Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|