Skip to content

Commit

Permalink
Auto YAPF with Google python style
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 3, 2024
1 parent 08b15c9 commit 298edf8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions stream_translator_gpt/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,11 @@ def cli():
parser.add_argument('--print_all_devices',
action='store_true',
help='Print all audio devices info then exit.')
parser.add_argument('--frame_duration',
type=float,
default=0.05,
help='The unit that processes live streaming data in seconds, should be >= 0.03')
parser.add_argument(
'--frame_duration',
type=float,
default=0.05,
help='The unit that processes live streaming data in seconds, should be >= 0.03')
parser.add_argument('--continuous_no_speech_threshold',
type=float,
default=0.5,
Expand Down

0 comments on commit 298edf8

Please sign in to comment.