Skip to content

Commit

Permalink
Remove duplicate assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lightwastak3n committed Feb 1, 2024
1 parent 8200207 commit e1f531e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions whisper_live/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ def __init__(
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
Expand Down

0 comments on commit e1f531e

Please sign in to comment.