mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Config: Improve disable-tensorflow usage description in flags.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
6d0016b1df
commit
d166320ef9
1 changed files with 2 additions and 2 deletions
|
|
@ -449,7 +449,7 @@ var Flags = CliFlags{
|
|||
}}, {
|
||||
Flag: &cli.BoolFlag{
|
||||
Name: "disable-tensorflow",
|
||||
Usage: "disables features depending on TensorFlow, e.g. face recognition",
|
||||
Usage: "disables features depending on TensorFlow, except for image classification",
|
||||
EnvVars: EnvVars("DISABLE_TENSORFLOW"),
|
||||
}}, {
|
||||
Flag: &cli.BoolFlag{
|
||||
|
|
@ -459,7 +459,7 @@ var Flags = CliFlags{
|
|||
}}, {
|
||||
Flag: &cli.BoolFlag{
|
||||
Name: "disable-classification",
|
||||
Usage: "disables label generation for image classification",
|
||||
Usage: "disables all image classification and label generation",
|
||||
EnvVars: EnvVars("DISABLE_CLASSIFICATION"),
|
||||
}}, {
|
||||
Flag: &cli.BoolFlag{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue