You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 typebytes
works fine anywaysThe text was updated successfully, but these errors were encountered: