[tigerflow.tasks]
detect = tigerflow_ml.image.detect.slurm:Detect
detect-local = tigerflow_ml.image.detect.local:Detect
ocr = tigerflow_ml.text.ocr.slurm:OCR
ocr-local = tigerflow_ml.text.ocr.local:OCR
transcribe = tigerflow_ml.audio.transcribe.slurm:Transcribe
transcribe-local = tigerflow_ml.audio.transcribe.local:Transcribe
translate = tigerflow_ml.text.translate.slurm:Translate
translate-local = tigerflow_ml.text.translate.local:Translate
