Skip to content

Commit c25227b

Browse files
authored
fix: DIA-1061: Start training instead of project update (#565)
fix: Start training instead of project update
1 parent 056dd21 commit c25227b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

label_studio_ml/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class LabelStudioMLBase(ABC):
6767
'ANNOTATION_CREATED',
6868
'ANNOTATION_UPDATED',
6969
'ANNOTATION_DELETED',
70-
'PROJECT_UPDATED'
70+
'START_TRAINING'
7171
)
7272

7373
def __init__(self, project_id: Optional[str] = None, label_config=None):

0 commit comments

Comments
 (0)