Use either python or python3 or diarization

This commit is contained in:
2026-02-20 14:14:30 -05:00
parent a07f069ad0
commit 56e4efec94
2 changed files with 16 additions and 11 deletions

View File

@@ -56,5 +56,5 @@ export class Audio {
return Object.assign(p, { abort });
}
canDiarization = canDiarization;
canDiarization = () => canDiarization().then(resp => !!resp);
}