Commit
•
0f3c668
1
Parent(s):
1dec236
Update README.md (#10)
Browse files- Update README.md (341796e1911d80437cd2756f948ac3cec597887e)
Co-authored-by: He Huang <steveheh@users.noreply.huggingface.co>
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 |
```
|