Fix: typo

Signed-off-by: makaveli10 <vineet.suryan@collabora.com>
This commit is contained in:
makaveli10
2025-01-13 11:35:22 +00:00
parent 953a88c7da
commit b6b73730fb
+1 -1
View File
@@ -718,7 +718,7 @@ class ServeClientTensorRT(ServeClientBase):
elif self.transcript[-1]["text"].strip() != last_segment: elif self.transcript[-1]["text"].strip() != last_segment:
self.transcript.append({"text": last_segment + " "}) self.transcript.append({"text": last_segment + " "})
with self.lock(): with self.lock:
self.timestamp_offset += duration self.timestamp_offset += duration
def speech_to_text(self): def speech_to_text(self):