Update inference_app.py
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks() as app:
|
|
211 |
inputs=[input_system_id, input_receptor_file, input_ligand_file, flexible, posebusters],
|
212 |
outputs=[metric_table, eval_run_time],
|
213 |
)
|
214 |
-
|
215 |
get_metrics_pinder,
|
216 |
inputs=[input_system_id_pinder, input_receptor_file_pinder, input_ligand_file_pinder, methodname_pinder, store_pinder],
|
217 |
outputs=[metric_table_pinder, eval_run_time],
|
|
|
211 |
inputs=[input_system_id, input_receptor_file, input_ligand_file, flexible, posebusters],
|
212 |
outputs=[metric_table, eval_run_time],
|
213 |
)
|
214 |
+
eval_btn_pinder.click(
|
215 |
get_metrics_pinder,
|
216 |
inputs=[input_system_id_pinder, input_receptor_file_pinder, input_ligand_file_pinder, methodname_pinder, store_pinder],
|
217 |
outputs=[metric_table_pinder, eval_run_time],
|