Spaces:
Building
Building
Update stt/stt_google.py
Browse files- stt/stt_google.py +1 -1
stt/stt_google.py
CHANGED
@@ -327,7 +327,7 @@ class GoogleCloudSTT(STTInterface):
|
|
327 |
await asyncio.sleep(0.5)
|
328 |
|
329 |
# Session verilerini resetle ve ID'yi artır
|
330 |
-
self.
|
331 |
|
332 |
self.single_utterance = config.get("single_utterance", True)
|
333 |
|
|
|
327 |
await asyncio.sleep(0.5)
|
328 |
|
329 |
# Session verilerini resetle ve ID'yi artır
|
330 |
+
self._reset_session()
|
331 |
|
332 |
self.single_utterance = config.get("single_utterance", True)
|
333 |
|