Skip to content

Commit

Permalink
allow returning non-text output formats for seamlesgs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Oct 31, 2023
1 parent dd19703 commit 86d167b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daras_ai_v2/asr.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def run_asr(
src_lang=language,
),
)
return data["text"]
elif selected_model == AsrModels.usm:
# note: only us-central1 and a few other regions support chirp recognizers (so global can't be used)
location = "us-central1"
Expand Down

0 comments on commit 86d167b

Please sign in to comment.