AMR-KELEG commited on
Commit
37b6ae3
·
1 Parent(s): 6df4a25

Add a TODO message

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -249,6 +249,8 @@ with tab2:
249
  inference_functions_names,
250
  )
251
 
 
 
252
  # Show the docstring of the inference functions
253
  inference_functions_docstring = [
254
  getattr(eval_utils, func).__doc__ for func in inference_functions_names
 
249
  inference_functions_names,
250
  )
251
 
252
+ # TODO: Allow modifying the adhoc threshold values of the different inference methods
253
+
254
  # Show the docstring of the inference functions
255
  inference_functions_docstring = [
256
  getattr(eval_utils, func).__doc__ for func in inference_functions_names