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
Is your feature request related to a problem? Please describe.
I am working with audio and video files that I have to classify. The media files are stored in S3. I would like to show the Audio tag if the file extension is .mp3 and the Video tag if the file extension is .mp4. However, I am unsure how to dynamically display the appropriate tag based on the input data.
The workaround I found was to use HyperText and provide HTML in the JSON tasks, but the result doesn't look as good and doesn't support LabelStudio labelling capabilities.
Is your feature request related to a problem? Please describe.
I am working with audio and video files that I have to classify. The media files are stored in S3. I would like to show the
Audio
tag if the file extension is.mp3
and theVideo
tag if the file extension is.mp4
. However, I am unsure how to dynamically display the appropriate tag based on the input data.Describe the solution you'd like
with
Describe alternatives you've considered
The workaround I found was to use
HyperText
and provide HTML in the JSON tasks, but the result doesn't look as good and doesn't support LabelStudio labelling capabilities.For audio tasks:
For video tasks:
The text was updated successfully, but these errors were encountered: