We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0016b commit d166320Copy full SHA for d166320
internal/config/flags.go
@@ -449,7 +449,7 @@ var Flags = CliFlags{
449
}}, {
450
Flag: &cli.BoolFlag{
451
Name: "disable-tensorflow",
452
- Usage: "disables features depending on TensorFlow, e.g. face recognition",
+ Usage: "disables features depending on TensorFlow, except for image classification",
453
EnvVars: EnvVars("DISABLE_TENSORFLOW"),
454
455
@@ -459,7 +459,7 @@ var Flags = CliFlags{
459
460
461
Name: "disable-classification",
462
- Usage: "disables label generation for image classification",
+ Usage: "disables all image classification and label generation",
463
EnvVars: EnvVars("DISABLE_CLASSIFICATION"),
464
465
0 commit comments