mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-13 13:47:36 +02:00
fix typos
This commit is contained in:
parent
54c2decce3
commit
d00a58c7f2
@ -49,7 +49,7 @@ class SemanticSearchConfig(FrigateBaseModel):
|
||||
)
|
||||
device: str = Field(
|
||||
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.",
|
||||
)
|
||||
|
||||
@ -94,7 +94,7 @@ class FaceRecognitionConfig(FrigateBaseModel):
|
||||
)
|
||||
device: str = Field(
|
||||
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.",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user