Hi all. I am trying to setup a fresh Label Studio for my needs. I have multimodal data: audio plus structured labels.
As such, Audio Speaker Segmentation template almost works for me. However, ideally, I would like to provide custom interface for my labels, involving 3rd party JS.
What is the recommended approach for doing so?
From my brief research, I see that until fix: LEAP-444: Implement HTML sanitization in LSF by robot-ci-heartex · Pull Request #5232 · HumanSignal/label-studio · GitHub I could add HyperText
tag with script
inside the template, but this doesn’t work now. There is a corresponding feature flag (FF_SAFE_TEXT), but I couldn’t find if I can enable/disable feature flags in my own setup of LS.
Would appreciate any advice, thank you