Update README.md
#10
by
steveheh
- opened
README.md
CHANGED
@@ -341,8 +341,8 @@ Another recommended option is to use a json manifest as input, where each line i
|
|
341 |
|
342 |
and then use:
|
343 |
```python
|
344 |
-
predicted_text = canary_model.
|
345 |
-
|
346 |
batch_size=16, # batch size to run the inference with
|
347 |
)
|
348 |
```
|
|
|
341 |
|
342 |
and then use:
|
343 |
```python
|
344 |
+
predicted_text = canary_model.transcribe(
|
345 |
+
"<path to input manifest file>",
|
346 |
batch_size=16, # batch size to run the inference with
|
347 |
)
|
348 |
```
|