forked from HumanSignal/label-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docs and others (HumanSignal#188)
* Fix docs and others. * Some.
- Loading branch information
Showing
10 changed files
with
101 additions
and
58 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<!-- {"title": "Audio classifier", "category": "audio"} --> | ||
<View> | ||
<Header value="Listen the audio:"></Header> | ||
<Audio name="audio" value="$url"></Audio> | ||
<Header value="Select its topic:"></Header> | ||
<Header value="Listen the audio:"/> | ||
<Audio name="audio" value="$url"/> | ||
<Header value="Select its topic:"/> | ||
<Choices name="label" toName="audio" choice="single-radio" showInline="true"> | ||
<Choice value="Politics"></Choice> | ||
<Choice value="Business"></Choice> | ||
<Choice value="Education"></Choice> | ||
<Choice value="Other"></Choice> | ||
<Choice value="Politics"/> | ||
<Choice value="Business"/> | ||
<Choice value="Education"/> | ||
<Choice value="Other"/> | ||
</Choices> | ||
</View> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters