Skip to content
Snippets Groups Projects
Commit 210de96f authored by Manon Blanco's avatar Manon Blanco Committed by Manon Blanco
Browse files

Correctly typing parameters

parent bb4b97f4
No related branches found
No related tags found
1 merge request!187Correctly typing parameters
......@@ -18,6 +18,7 @@ def add_predict_parser(subcommands) -> None:
image_or_folder_input = parser.add_mutually_exclusive_group(required=True)
image_or_folder_input.add_argument(
"--image",
type=pathlib.Path,
help="Path to the image to predict.",
)
image_or_folder_input.add_argument(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment