Spaces:
Sleeping
Sleeping
fix function name
Browse files- 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 |
-
|
| 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 |
)
|