Skip to content

Commit 979840c

Browse files
committed
Remove extra function string
1 parent 9dabcb5 commit 979840c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

operate/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ def main(model, accurate_mode, terminal_prompt, voice_mode=False):
200200
"""
201201
mic = None
202202
# Initialize WhisperMic if voice_mode is True if voice_mode is True
203-
"""
204-
Main function for the Self-Operating Computer
205-
"""
206203
if voice_mode:
207204
try:
208205
from whisper_mic import WhisperMic

0 commit comments

Comments
 (0)