Skip to content

Commit

Permalink
docs: Fix Docker command in Tesseract readme and WatsonX frontmatter (#…
Browse files Browse the repository at this point in the history
…623)

Co-authored-by: caitlinwheeless <[email protected]>
  • Loading branch information
caitlinwheeless and caitlinwheeless authored Sep 7, 2024
1 parent 148166d commit 4828d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions label_studio_ml/examples/tesseract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Launch Label Studio. You can follow the guide from the [official documentation](
docker run -it \
-p 8080:8080 \
-v `pwd`/mydata:/label-studio/data \
heartex/label-studio:latest
heartexlabs/label-studio:latest
```

Optionally, you may enable local file serving in Label Studio
Expand All @@ -56,7 +56,7 @@ Launch Label Studio. You can follow the guide from the [official documentation](
-v `pwd`/mydata:/label-studio/data \
--env LABEL_STUDIO_LOCAL_FILES_SERVING_ENABLED=true \
--env LABEL_STUDIO_LOCAL_FILES_DOCUMENT_ROOT=/label-studio/data/images \
heartex/label-studio:latest
heartexlabs/label-studio:latest
```
If you're using local file serving, be sure to [get a copy of the API token](https://labelstud.io/guide/user_account#Access-token) from
Label Studio to connect the model.
Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/watsonx_llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hide_menu: true
hide_frontmatter_title: true
meta_title: Integrate WatsonX with Label Studio
categories:
- Computer Vision
- Generative AI
- Large Language Model
- WatsonX
image: "/tutorials/watsonx.png"
Expand Down

0 comments on commit 4828d56

Please sign in to comment.