Spaces:
Building
Building
Update stt/stt_google.py
Browse files- stt/stt_google.py +1 -1
stt/stt_google.py
CHANGED
@@ -418,7 +418,7 @@ class GoogleCloudSTT(STTInterface):
|
|
418 |
log_info(f"🎤 Creating Google STT streaming client... Thread ID: {thread_id}")
|
419 |
|
420 |
# Get responses (no timeout parameter!)
|
421 |
-
responses = self.client.streaming_recognize(
|
422 |
|
423 |
# Track responses
|
424 |
first_response_time = None
|
|
|
418 |
log_info(f"🎤 Creating Google STT streaming client... Thread ID: {thread_id}")
|
419 |
|
420 |
# Get responses (no timeout parameter!)
|
421 |
+
responses = self.client.streaming_recognize(requests)
|
422 |
|
423 |
# Track responses
|
424 |
first_response_time = None
|