Skip to content

Commit

Permalink
fix: Rename labeling_interface to label_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Oct 9, 2024
1 parent 839f3c4 commit 64b7891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/pages/getting_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Specify the project title and the labeling configuration. Choose your labeling c

For example, create a text classification project in your Python code:
```python
from label_studio_sdk.labeling_interface import LabelInterface
from label_studio_sdk.labeling_interface.create import choices
from label_studio_sdk.label_interface import LabelInterface
from label_studio_sdk.label_interface.create import choices

# Define labeling interface
label_config = LabelInterface.create({
Expand Down

0 comments on commit 64b7891

Please sign in to comment.