Open
Description
This is probably just a typing issue, but currently transcribe, transcribe_async, transcribe_group, and transcribe_group_async can only accept Union[str, BinaryIO]
as audio format.
Please update the interface so it can also accept bytes
input type, on initial testing it looks like passing an argument of type bytes
works fine anyways