Skip to content

Commit

Permalink
Merge pull request #112 from lightwastak3n/main
Browse files Browse the repository at this point in the history
Readme: Fix transcribe examples
  • Loading branch information
makaveli10 authored Jan 25, 2024
2 parents 3498787 + ce13e7b commit 8c36768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ client = TranscriptionClient(
is_multilingual=False,
lang="en",
translate=False,
model_size="small"
model="small"
)

client("tests/jfk.wav")
Expand All @@ -75,7 +75,7 @@ client = TranscriptionClient(
is_multilingual=True,
lang="hi",
translate=True,
model_size="small"
model="small"
)
client()
```
Expand Down

0 comments on commit 8c36768

Please sign in to comment.