Skip to content

Commit

Permalink
adding post processing
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-roethig-db committed May 25, 2024
1 parent 3db13bb commit 936e175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amondin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def transcribe(
min_speakers: int = None,
max_speakers: int = None,
s2t_model: str = "openai/whisper-tiny",
tolerance: float = 1.0
tolerance: float = 0.0
):
"""
Transcribe a give audio.wav file.
Expand Down

0 comments on commit 936e175

Please sign in to comment.