You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,13 @@ docker-compose up
21
21
22
22
Replace `{MODEL_NAME}` with the name of the model you want to use (see below).
23
23
24
-
**Allow the ML backend to access Label Studio data**
24
+
## Allow the ML backend to access Label Studio data
25
25
26
26
In most cases, you will need to set `LABEL_STUDIO_URL` and `LABEL_STUDIO_API_KEY` environment variables to allow the ML backend access to the media data in Label Studio.
27
27
[Read more in the documentation](https://labelstud.io/guide/ml#Allow-the-ML-backend-to-access-Label-Studio-data).
28
28
29
+
**Warning:** Currently, ML backends support only Legacy Tokens and do not support Personal Tokens. You will encounter an `Unauthorized Error` if you use Personal Tokens.
30
+
29
31
# Models
30
32
31
33
The following models are supported in the repository. Some of them work without any additional setup, and some of them
0 commit comments