Ninjani commited on
Commit
908b31f
·
1 Parent(s): ffd2e45

fix function name

Browse files
Files changed (1) hide show
  1. inference_app.py +1 -1
inference_app.py CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks() as app:
246
  )
247
 
248
  eval_btn.click(
249
- evaluate,
250
  inputs=[input_system_id, input_receptor_file, input_ligand_file],
251
  outputs=[metric_table, eval_run_time],
252
  )
 
246
  )
247
 
248
  eval_btn.click(
249
+ get_metrics,
250
  inputs=[input_system_id, input_receptor_file, input_ligand_file],
251
  outputs=[metric_table, eval_run_time],
252
  )