Skip to content

Commit 4828d56

Browse files
docs: Fix Docker command in Tesseract readme and WatsonX frontmatter (#623)
Co-authored-by: caitlinwheeless <[email protected]>
1 parent 148166d commit 4828d56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

label_studio_ml/examples/tesseract/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Launch Label Studio. You can follow the guide from the [official documentation](
4545
docker run -it \
4646
-p 8080:8080 \
4747
-v `pwd`/mydata:/label-studio/data \
48-
heartex/label-studio:latest
48+
heartexlabs/label-studio:latest
4949
```
5050

5151
Optionally, you may enable local file serving in Label Studio
@@ -56,7 +56,7 @@ Launch Label Studio. You can follow the guide from the [official documentation](
5656
-v `pwd`/mydata:/label-studio/data \
5757
--env LABEL_STUDIO_LOCAL_FILES_SERVING_ENABLED=true \
5858
--env LABEL_STUDIO_LOCAL_FILES_DOCUMENT_ROOT=/label-studio/data/images \
59-
heartex/label-studio:latest
59+
heartexlabs/label-studio:latest
6060
```
6161
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
6262
Label Studio to connect the model.

label_studio_ml/examples/watsonx_llm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hide_menu: true
88
hide_frontmatter_title: true
99
meta_title: Integrate WatsonX with Label Studio
1010
categories:
11-
- Computer Vision
11+
- Generative AI
1212
- Large Language Model
1313
- WatsonX
1414
image: "/tutorials/watsonx.png"

0 commit comments

Comments
 (0)