Add a TODO message
Browse files
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
|