mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 09:07:41 +03:00
fix typos
This commit is contained in:
parent
88300e27da
commit
2cc42db8b8
@ -132,7 +132,7 @@ class SemanticSearchConfig(FrigateBaseModel):
|
|||||||
)
|
)
|
||||||
device: str = Field(
|
device: str = Field(
|
||||||
default="CPU",
|
default="CPU",
|
||||||
title="The device to use for license plate recognition.",
|
title="The device to use for semantic search.",
|
||||||
description="Use 'cpu' or 'gpu', to target a specific gpu use: '0', '1', etc.",
|
description="Use 'cpu' or 'gpu', to target a specific gpu use: '0', '1', etc.",
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -203,7 +203,7 @@ class FaceRecognitionConfig(FrigateBaseModel):
|
|||||||
)
|
)
|
||||||
device: str = Field(
|
device: str = Field(
|
||||||
default="CPU",
|
default="CPU",
|
||||||
title="The device to use for license plate recognition.",
|
title="The device to use for face recognition.",
|
||||||
description="Use 'cpu' or 'gpu', to target a specific gpu use: '0', '1', etc.",
|
description="Use 'cpu' or 'gpu', to target a specific gpu use: '0', '1', etc.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user