We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5e6bd commit bafe920Copy full SHA for bafe920
docs/docs/speech-to-text/speech-to-text.md
@@ -89,7 +89,7 @@ function App() {
89
<Button
90
onPress=(async () => {
91
// Alternatively, you can obtain audio from any other source and pass it to transcribe()
92
- model.loadAudio(audioUrl);
+ await model.loadAudio(audioUrl);
93
await model.transcribe();
94
})
95
/>
0 commit comments