Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/getting-started/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The Groundlight system is designed to provide consistent, highly confident answe
scenarios where you need reliable visual detection.

Let's see how to use Groundlight to analyze an image:
```python title="ask.py"
Copy link
Contributor Author

@tyler-romero tyler-romero Mar 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will comeback and fix this. the issue is that when running on GH actions youtube identifies this as a bot. (test works locally)

```python title="ask.py" notest
from framegrab import FrameGrabber
from groundlight import Groundlight, Detector, ImageQuery

Expand Down
Loading