Skip to content

Commit a1f8d6a

Browse files
author
brandon
committed
fix example after switching from detecting an eagle to feeding
1 parent e438031 commit a1f8d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/getting-started/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ from groundlight import Groundlight, Detector, ImageQuery
100100
gl = Groundlight()
101101
detector: Detector = gl.get_or_create_detector(
102102
name="eagle-detector",
103-
query="Are the baby eagles being fed??",
103+
query="Are the baby eagles being fed?",
104104
)
105105

106106
# Big Bear Bald Eagle Nest livestream
@@ -124,7 +124,7 @@ print(iq)
124124

125125
Run the code using `python ask.py`. The code will submit an image from the live-stream to the Groundlight API and print the result:
126126
```
127-
Is there an eagle visible? -- Answer: YES with confidence=0.988
127+
Are the baby eagles being fed? -- Answer: YES with confidence=0.988
128128
129129
ImageQuery(
130130
id='iq_2pL5wwlefaOnFNQx1X6awTOd119',

0 commit comments

Comments
 (0)