Skip to content

Commit 2862b75

Browse files
authored
Update UserGuide.md
1 parent 13284dc commit 2862b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UserGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For example, say you want to set your desired confidence level to 0.95, but that
3030
```Python
3131
d = gl.get_or_create_detector(name="trash", query="Is the trash can full?", confidence=0.95)
3232
image_query = gl.submit_image_query(detector=d, image=jpeg_img, wait=60)
33-
# This will wait until either 30 seconds have passed or the confidence reaches 0.95
33+
# This will wait until either 60 seconds have passed or the confidence reaches 0.95
3434
print(f"The answer is {image_query.result}")
3535
```
3636

0 commit comments

Comments
 (0)