File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ hide_menu: true
88hide_frontmatter_title: true
99meta_title: Integrate WatsonX with Label Studio
1010categories:
11- - Computer Vision
11+ - Generative AI
1212 - Large Language Model
1313 - WatsonX
1414image: "/tutorials/watsonx.png"
You can’t perform that action at this time.
0 commit comments