mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Update config.py - removed rogue character
removed rogue
This commit is contained in:
parent
647fcc460c
commit
3704f9f372
@ -1063,7 +1063,7 @@ class FrigateConfig(FrigateBaseModel):
|
||||
elif detector_config.type == "edgetpu":
|
||||
merged_model["path"] = "/edgetpu_model.tflite"
|
||||
elif detector_config.type == "armgpu":
|
||||
+ merged_model["path"] = "/cpu_model.tflite"
|
||||
merged_model["path"] = "/cpu_model.tflite"
|
||||
|
||||
|
||||
detector_config.model = ModelConfig.parse_obj(merged_model)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user