Skip to content

Commit 57137ab

Browse files
Merge pull request #163 from rodrigobdz/patch-1
Chapter 7: Fix typo in voice-assistant.mdx
2 parents 6fcb485 + d8853c4 commit 57137ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/en/chapter7/voice-assistant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def transcribe(chunk_length_s=5.0, stream_chunk_s=1.0):
261261
if not item["partial"][0]:
262262
break
263263

264-
return item["text"]
264+
return item["text"]
265265
```
266266

267267
Let's give this a go and see how we get on! Once the microphone is live, start speaking and watch your transcription

0 commit comments

Comments
 (0)