Merge branch 'main' of github.com:lightwastak3n/WhisperLive

This commit is contained in:
Sasa Trivic
2024-02-01 17:37:18 +01:00
6 changed files with 114 additions and 147 deletions
-2
View File
@@ -102,8 +102,6 @@ class Client:
self.rate = 16000
self.record_seconds = 60000
self.recording = False
self.multilingual = False
self.language = None
self.task = "transcribe"
self.uid = str(uuid.uuid4())
self.waiting = False