Spaces:
Building
Building
Update stt_google.py
Browse files- stt_google.py +1 -1
stt_google.py
CHANGED
@@ -201,7 +201,7 @@ class GoogleCloudSTT(STTInterface):
|
|
201 |
except Exception as e:
|
202 |
log_error(f"β Fatal error in STT stream thread", error=str(e), traceback=traceback.format_exc())
|
203 |
finally:
|
204 |
-
log_info("π€ Google STT stream thread ended")
|
205 |
|
206 |
def _put_result(self, result: TranscriptionResult):
|
207 |
"""Helper to put result in queue"""
|
|
|
201 |
except Exception as e:
|
202 |
log_error(f"β Fatal error in STT stream thread", error=str(e), traceback=traceback.format_exc())
|
203 |
finally:
|
204 |
+
log_info("π€ Google STT stream thread ended")
|
205 |
|
206 |
def _put_result(self, result: TranscriptionResult):
|
207 |
"""Helper to put result in queue"""
|