Skip to content

Commit

Permalink
chore: replace example
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Aug 26, 2024
1 parent b753f97 commit f7415a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion label_studio_ml/examples/grounding_dino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ See [here](https://github.com/IDEA-Research/GroundingDINO) for more details abou

Example:
- `LABEL_STUDIO_HOST=http://123.456.7.8:8080`
- `LABEL_STUDIO_ACCESS_TOKEN=c9djf998eii2948ee9hh835nferkj959923`
- `LABEL_STUDIO_ACCESS_TOKEN=your-api-key`

3. Run `docker compose up`
4. Check the IP of your backend using `docker ps`. You will use this URL when connecting the backend to a Label Studio project. Usually this is `http://localhost:9090`.
Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/grounding_sam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ See [here](https://github.com/IDEA-Research/GroundingDINO) for more details abou

Example:
- `LABEL_STUDIO_HOST=http://123.456.7.8:8080`
- `LABEL_STUDIO_ACCESS_TOKEN=c9djf998eii2948ee9hh835nferkj959923`
- `LABEL_STUDIO_ACCESS_TOKEN=your-api-key`

3. Run `docker compose up`
4. Check the IP of your backend using `docker ps`. You will use this URL when connecting the backend to a Label Studio project. Usually this is `http://localhost:9090`.
Expand Down

0 comments on commit f7415a7

Please sign in to comment.