Skip to content

Commit c2c0a1c

Browse files
nnegreytelpirion
authored andcommitted
Update transcribe_streaming.py [(#2597)](#2597)
1 parent 14004de commit c2c0a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/snippets/transcribe_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"""
2222

2323
import argparse
24-
import io
2524

2625

2726
# [START speech_transcribe_streaming]
2827
def transcribe_streaming(stream_file):
2928
"""Streams transcription of the given audio file."""
29+
import io
3030
from google.cloud import speech
3131
from google.cloud.speech import enums
3232
from google.cloud.speech import types

0 commit comments

Comments
 (0)