docs: Update advanced.md to move type: to its own line (#1101)

Type was stuck on the comment line. Added a line break to move it onto its own line so it's visible.
This commit is contained in:
Chris Helming 2021-05-14 12:23:02 -04:00 committed by GitHub
parent d1931f249c
commit 7060f22024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,8 @@ detectors:
# Required: name of the detector
coral:
# Required: type of the detector
# Valid values are 'edgetpu' (requires device property below) and 'cpu'. type: edgetpu
# Valid values are 'edgetpu' (requires device property below) and 'cpu'.
type: edgetpu
# Optional: device name as defined here: https://coral.ai/docs/edgetpu/multiple-edgetpu/#using-the-tensorflow-lite-python-api
device: usb
# Optional: num_threads value passed to the tflite.Interpreter (default: shown below)