Fix transcribe examples
This commit is contained in:
@@ -59,7 +59,7 @@ client = TranscriptionClient(
|
||||
is_multilingual=False,
|
||||
lang="en",
|
||||
translate=False,
|
||||
model_size="small"
|
||||
model="small"
|
||||
)
|
||||
|
||||
client("tests/jfk.wav")
|
||||
@@ -75,7 +75,7 @@ client = TranscriptionClient(
|
||||
is_multilingual=True,
|
||||
lang="hi",
|
||||
translate=True,
|
||||
model_size="small"
|
||||
model="small"
|
||||
)
|
||||
client()
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user