from tasks.audio import text_to_audio def enqueue_audio(path): return text_to_audio.delay(path)