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
More general remark: the types for stand-alone methods (automaticSpeechRecognition) have a correct typing, while methods on the InferenceClient class (client.automaticSpeechRecognition) do not
Until this is fixed, I would advocate to use the stand-alone functions for better user experience
Maybe let's add an import statement for this
Side note: I think the fs API is only available in a NodeJS context 😅
The equivalent in the Browser is the File Reader API
I think it's fine if the snippets are only compatible with Node, for simplicity - thoughts @julien-c@coyotte508 ?
Let's be sure we align with Python client as well.
The text was updated successfully, but these errors were encountered:
Two orthogonal but related comments:
Originally from @SBrandeis in #1291 (comment) (+see #1291 (comment))
Originally from @SBrandeis in #1291 (comment)
Let's be sure we align with Python client as well.
The text was updated successfully, but these errors were encountered: