Skip to content

Commit

Permalink
Update asr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonafeucht committed Jun 10, 2024
1 parent 54defb9 commit 4cd6c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api/asr.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def asr(
audio_file,
beam_size=5,
word_timestamps=True if word_timestamps else False,
language="en" if language is None else language,
language=language,
)

segment_words = []
Expand Down

0 comments on commit 4cd6c98

Please sign in to comment.