require model command line option (fix #59) (#73)

pull/76/head
Clemens Neudecker 2 years ago committed by GitHub
parent a33a1995cb
commit 568391ec4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,7 @@ from qurator.eynollah.eynollah import Eynollah
"-m",
help="directory of models",
type=click.Path(exists=True, file_okay=False),
required=True,
)
@click.option(
"--save_images",

Loading…
Cancel
Save