Kunal Dhawan
commited on
Commit
·
83fe991
1
Parent(s):
7954354
fixed typo in model card
Browse files
README.md
CHANGED
@@ -249,7 +249,7 @@ If the input is a list of paths, canary-1b-flash assumes that the audio is Engli
|
|
249 |
output = canary_model.transcribe(
|
250 |
['path1.wav', 'path2.wav'],
|
251 |
batch_size=16, # batch size to run the inference with
|
252 |
-
pnc=
|
253 |
)
|
254 |
|
255 |
predicted_text_1 = output[0].text
|
|
|
249 |
output = canary_model.transcribe(
|
250 |
['path1.wav', 'path2.wav'],
|
251 |
batch_size=16, # batch size to run the inference with
|
252 |
+
pnc=True, # generate output with Punctuation and Capitalization
|
253 |
)
|
254 |
|
255 |
predicted_text_1 = output[0].text
|